Add MacScale latest

- class name now == Macscale as per [Naming
Ref](https://github.com/caskroom/homebrew-cask/blob/master/doc/CASK_NAMING_REFERENCE.md)
- version now == :latest and sha256 == :no_check as per. [Contributing](https://github.com/caskroom/homebrew-cask/blob/master/CONTRIBUTING.md#cask-stanzas)
This commit is contained in:
John Manoogian III 2014-10-06 00:07:44 -07:00
parent d6259266e3
commit f1d3ef5ab8
1 changed files with 10 additions and 0 deletions

10
Casks/macscale.rb Normal file
View File

@ -0,0 +1,10 @@
class Macscale < Cask
version :latest
sha256 :no_check
url 'http://www.brinscall.com/MacScale.zip'
homepage 'http://www.macscale.com'
license :closed
app 'MacScale.app'
end