homebrew-cask/Casks/gitkraken.rb

27 lines
1022 B
Ruby

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