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.
|
|
|
cask 'hyper-canary' do
|
|
|
|
version '2.0.0-canary.8'
|
|
|
|
sha256 '1dddb18db9af04350b8c520610ca16b9527e783b8746088d2a9f6da62574aa7e'
|
|
|
|
|
|
|
|
# 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: '2ff6fa3fa92f451c706094cb81bc842646fb1b4e8fd9559a19028b199712739e'
|
|
|
|
name 'Hyper'
|
|
|
|
homepage 'https://hyper.is/'
|
|
|
|
|
|
|
|
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
|