homebrew-cask/Casks/amethyst.rb

14 lines
422 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'amethyst' do
2015-12-07 04:36:01 +08:00
version '0.9.10'
sha256 '82adf42ce6031ab59a3072e607788e73f594ad5f21c7118aabc6c5dafe3d0b47'
url "https://ianyh.com/amethyst/versions/Amethyst-#{version}.zip"
2015-01-04 11:02:01 +08:00
name 'Amethyst'
appcast 'https://ianyh.com/amethyst/appcast.xml',
2015-12-07 04:36:01 +08:00
:sha256 => '6290a2d45067fcce7ce69b24c39367cbd00d10993ff3e980aec5b048fc6b52d8'
homepage 'https://ianyh.com/amethyst'
license :mit
2014-09-16 00:05:14 +08:00
app 'Amethyst.app'
2013-08-19 21:59:17 +08:00
end