homebrew-cask/Casks/gitkraken.rb

27 lines
1012 B
Ruby

cask 'gitkraken' do
version '6.4.0'
sha256 '1c89e66b550f16dbedb23f32494b48305ef2666387056b2e5d222f99b210a244'
# release.axocdn.com/darwin was verified as official when first introduced to the cask
url 'https://release.axocdn.com/darwin/installGitKraken.dmg'
appcast 'https://www.gitkraken.com/download'
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