homebrew-cask/Casks/hyper.rb

28 lines
1.1 KiB
Ruby

cask 'hyper' do
version '1.4.8'
sha256 'a8e48a5f7a810ff67a4524491f360d622284f76058344baab909b21352df8985'
# 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',
checkpoint: 'e9ffa6b15e4033dacd8a4fe8fdfb8de8cdec5354cdd35a61087fee5af64b48f4'
name 'Hyper'
homepage 'https://hyper.is/'
auto_updates true
app 'Hyper.app'
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',
]
end