homebrew-cask-versions/Casks/kap-beta.rb
2018-06-12 23:52:32 +10:00

23 lines
886 B
Ruby

cask 'kap-beta' do
version '2.2.0-beta.1'
sha256 '25fb0106d0e6c496c36e211b38a79c9ee2794427440f6ca7550283cd91f22f72'
# 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-beta-#{version}.dmg"
appcast 'https://github.com/wulkano/kap/releases.atom'
name 'Kap Beta'
homepage 'https://getkap.co/'
auto_updates true
app 'Kap Beta.app'
zap trash: [
'~/Library/Preferences/com.wulkano.kap-beta.plist',
'~/Library/Preferences/com.wulkano.kap-beta.helper.plist',
'~/Library/Application Support/Kap Beta',
'~/Library/Saved Application State/com.wulkano.kap-beta.savedState',
'~/Library/Caches/com.wulkano.kap-beta',
'~/Library/Caches/com.wulkano.kap-beta.ShipIt',
]
end