homebrew-cask/Casks/gitkraken.rb

27 lines
1016 B
Ruby

cask 'gitkraken' do
version '6.6.0'
sha256 '1dff919c0c6af26838747d2d734f6dc5b9d0cd6a5bbf03729540645751589702'
# release.axocdn.com/darwin/ was verified as official when first introduced to the cask
url 'https://release.gitkraken.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