homebrew-cask/Casks/kap.rb

23 lines
906 B
Ruby
Raw Normal View History

2016-10-06 08:34:23 +08:00
cask 'kap' do
2016-12-13 01:38:41 +08:00
version '1.0.0'
sha256 '04f3a950988fb60b6f52b9962ad8adccd9786a4b00e2ae6638c6a3130788afcd'
2016-10-06 08:34:23 +08:00
# github.com/wulkano/kap was verified as official when first introduced to the cask
url "https://github.com/wulkano/kap/releases/download/v#{version}/Kap-#{version}.dmg"
appcast 'https://github.com/wulkano/kap/releases.atom',
2016-12-13 01:38:41 +08:00
checkpoint: 'ec1b30834995b8ba6ee90f36a5e5aee894ec7cf8a879149ea9ac06cd51ac6f89'
2016-10-06 08:34:23 +08:00
name 'Kap'
homepage 'https://getkap.co/'
app 'Kap.app'
zap delete: [
'~/Library/Preferences/com.wulkano.kap.plist',
'~/Library/Preferences/com.wulkano.kap.helper.plist',
'~/Library/Application Support/Kap',
'~/Library/Saved Application State/com.wulkano.kap.savedState',
'~/Library/Caches/com.wulkano.kap',
'~/Library/Caches/com.wulkano.kap.ShipIt',
]
end