homebrew-cask/Casks/kap.rb

26 lines
947 B
Ruby

cask 'kap' do
version '3.2.2'
sha256 'd56df715d9c21925a6b366fc09538debe054db7febba226314fcd8aa136781f2'
# github.com/wulkano/kap/ was verified as official when first introduced to the cask
url "https://github.com/wulkano/kap/releases/download/v#{version.major_minor_patch}/Kap-#{version}.dmg"
appcast 'https://github.com/wulkano/kap/releases.atom'
name 'Kap'
homepage 'https://getkap.co/'
auto_updates true
depends_on macos: '>= :sierra'
app 'Kap.app'
zap trash: [
'~/Library/Application Support/Kap',
'~/Library/Caches/com.wulkano.kap',
'~/Library/Caches/com.wulkano.kap.ShipIt',
'~/Library/Cookies/com.wulkano.kap.binarycookies',
'~/Library/Preferences/com.wulkano.kap.helper.plist',
'~/Library/Preferences/com.wulkano.kap.plist',
'~/Library/Saved Application State/com.wulkano.kap.savedState',
]
end