You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.1 KiB
27 lines
1.1 KiB
cask 'hyper-canary' do
|
|
version '2.0.4'
|
|
sha256 'db2540215f1aaaa164f992c9c7f58c76bd6a35c7e5ea662e06b00825e42a3b2f'
|
|
|
|
# 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/'
|
|
|
|
app 'Hyper.app'
|
|
|
|
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',
|
|
'~/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',
|
|
]
|
|
end
|
|
|