homebrew-cask/Casks/amethyst.rb

32 lines
1.3 KiB
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'amethyst' do
2016-11-29 04:18:30 +08:00
if MacOS.version <= :mavericks
version '0.9.10'
sha256 '82adf42ce6031ab59a3072e607788e73f594ad5f21c7118aabc6c5dafe3d0b47'
url "https://ianyh.com/amethyst/versions/Amethyst-#{version}.zip"
2016-11-29 04:18:30 +08:00
elsif MacOS.version <= :el_capitan
version '0.10.1'
sha256 '9fd1ac2cfb8159b2945a4482046ee6d365353df617f4edbabc4e8cadc448c1e7'
url "https://ianyh.com/amethyst/versions/Amethyst-#{version}.zip"
2016-11-29 04:18:30 +08:00
else
2018-08-14 00:15:58 +08:00
version '0.12.1'
sha256 '29dc0179821e9e59dee29a8194c982b9bbcce62ad099a56ebd4d7f5a0b8927c7'
# github.com/ianyh/Amethyst was verified as official when first introduced to the cask
url "https://github.com/ianyh/Amethyst/releases/download/v#{version}/Amethyst-#{version}.zip"
end
2018-06-12 22:37:26 +08:00
appcast 'https://ianyh.com/amethyst/appcast.xml'
name 'Amethyst'
homepage 'https://ianyh.com/amethyst/'
2014-09-16 00:05:14 +08:00
app 'Amethyst.app'
uninstall login_item: 'Amethyst'
2017-11-18 17:35:03 +08:00
zap trash: [
'~/Library/Caches/com.amethyst.Amethyst',
'~/Library/Preferences/com.amethyst.Amethyst.plist',
'~/Library/Cookies/com.amethyst.Amethyst.binarycookies',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.amethyst.amethyst.sfl*',
]
2013-08-19 21:59:17 +08:00
end