mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
- 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)
10 lines
187 B
Ruby
10 lines
187 B
Ruby
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
|