homebrew-cask/Casks/gitkraken.rb

29 lines
1.0 KiB
Ruby

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