homebrew-cask/Casks/macscale.rb

15 lines
430 B
Ruby
Raw Normal View History

2014-11-14 01:26:18 +08:00
cask :v1 => 'macscale' do
version :latest
sha256 :no_check
2015-01-18 09:01:58 +08:00
# brinscall.com is the official download host per the vendor homepage
2015-06-29 14:32:18 +08:00
url 'https://www.brinscall.com/MacScale.zip'
2015-04-12 02:44:22 +08:00
name 'MacScale'
2015-05-26 04:13:26 +08:00
appcast 'https://www.brinscall.com/updates/macscale.xml',
:sha256 => 'd5796f727a8ed5e9ed5d59dce484c66a38219edad80b9fb5f6343a3857ed7c1b'
homepage 'http://www.macscale.com'
license :closed
app 'MacScale.app'
end