homebrew-cask/Casks/gitkraken.rb

25 lines
892 B
Ruby

cask 'gitkraken' do
version '1.8.0'
sha256 '9b53b7b1f0b1608b6479003dc97997d4402000465bf799c16f8d60400b22540f'
url "https://release.gitkraken.com/darwin/v#{version}.zip"
appcast 'https://release.gitkraken.com/darwin/RELEASES',
checkpoint: '4c49c66d52720e2e40f1066f360ae071ec3fde6f2299d4c9984d91600524f000'
name 'GitKraken'
homepage 'https://www.gitkraken.com/'
auto_updates true
app 'GitKraken.app'
zap delete: [
'~/Library/Application Support/com.axosoft.gitkraken.ShipIt',
'~/Library/Application Support/GitKraken',
'~/Library/Caches/GitKraken',
'~/Library/Caches/com.axosoft.gitkraken',
'~/Library/Preferences/com.axosoft.gitkraken.plist',
'~/Library/Saved Application State/com.axosoft.gitkraken.savedState',
'~/.gitkraken',
]
end