homebrew-cask/Casks/amethyst.rb

11 lines
305 B
Ruby
Raw Normal View History

2013-08-19 21:59:17 +08:00
class Amethyst < Cask
version '0.8.6'
sha256 '498e16ee2cb3686fc9bb94d77711283b1fcf14c2d13ff3a9d2c365c914996257'
2014-09-26 20:08:46 +08:00
url "http://ianyh.com/amethyst/versions/Amethyst-#{version}.zip"
2014-06-03 01:38:01 +08:00
appcast 'http://ianyh.github.io/Amethyst/appcast.xml'
2013-09-23 10:16:59 +08:00
homepage 'http://ianyh.com/amethyst'
2014-09-16 00:05:14 +08:00
app 'Amethyst.app'
2013-08-19 21:59:17 +08:00
end