homebrew-cask/Casks/hyper.rb

28 lines
1.1 KiB
Ruby
Raw Normal View History

2016-10-07 03:09:26 +08:00
cask 'hyper' do
2017-09-21 07:30:39 +08:00
version '1.4.7'
sha256 '49f530ca76ece244e0c03b905ca6855d58ad962a717bf15d2f8c8766449e1b92'
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"
appcast 'https://github.com/zeit/hyper/releases.atom',
2017-09-21 07:30:39 +08:00
checkpoint: '37ad97df5744c71ad69cdf3feace8038daa5ff7ed747b589f9c59def429fe587'
name 'Hyper'
homepage 'https://hyper.is/'
2016-07-16 02:08:03 +08:00
app 'Hyper.app'
2016-07-16 02:08:03 +08:00
zap delete: [
'~/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',
2017-09-21 07:30:39 +08:00
'~/Library/Saved Application State/co.zeit.hyper.savedState',
],
trash: [
'~/.hyper.js',
'~/.hyper_plugins',
'~/Library/Application Support/Hyper',
'~/Library/Preferences/co.zeit.hyper.plist',
'~/Library/Preferences/co.zeit.hyper.helper.plist',
2016-07-16 02:08:03 +08:00
]
end