homebrew-cask/Casks/hyper.rb

27 lines
1.0 KiB
Ruby
Raw Normal View History

2016-10-07 03:09:26 +08:00
cask 'hyper' do
2018-04-17 04:33:22 +08:00
version '2.0.0'
sha256 'b6318c7b81b6555d48ba02008a29ff7d83044ff3a55f3b49b46b4892cabb4d92'
2016-07-16 02:08:03 +08:00
# github.com/zeit/hyper was verified as official when first introduced to the cask
url "https://github.com/zeit/hyper/releases/download/#{version}/hyper-#{version}-mac.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/zeit/hyper/releases.atom'
name 'Hyper'
homepage 'https://hyper.is/'
2016-07-16 02:08:03 +08:00
2018-01-22 04:14:58 +08:00
auto_updates true
app 'Hyper.app'
2016-07-16 02:08:03 +08:00
2017-11-18 18:15:41 +08:00
zap trash: [
'~/.hyper.js',
'~/.hyper_plugins',
'~/Library/Application Support/Hyper',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/co.zeit.hyper.sfl*',
'~/Library/Caches/co.zeit.hyper',
'~/Library/Caches/co.zeit.hyper.ShipIt',
'~/Library/Preferences/co.zeit.hyper.plist',
'~/Library/Preferences/co.zeit.hyper.helper.plist',
'~/Library/Saved Application State/co.zeit.hyper.savedState',
]
2016-07-16 02:08:03 +08:00
end