homebrew-cask/Casks/amethyst.rb

13 lines
413 B
Ruby
Raw Normal View History

2014-11-14 01:25:21 +08:00
cask :v1 => 'amethyst' do
2014-10-20 00:01:59 +08:00
version '0.9.4'
sha256 'c9fb397dffdc77422ee8da363a6f1dee25562d9c1186b10260255f6a7ad50a23'
2014-09-26 20:08:46 +08:00
url "http://ianyh.com/amethyst/versions/Amethyst-#{version}.zip"
2014-10-15 23:43:46 +08:00
appcast 'http://ianyh.github.io/Amethyst/appcast.xml',
:sha256 => '483c803029845953a1d93aa93f7ba2856d0cf1ca5a246d7d98b61508f7b09ff8'
2013-09-23 10:16:59 +08:00
homepage 'http://ianyh.com/amethyst'
2014-10-01 23:32:27 +08:00
license :oss
2014-09-16 00:05:14 +08:00
app 'Amethyst.app'
2013-08-19 21:59:17 +08:00
end