homebrew-cask/Casks/gitkraken.rb

25 lines
892 B
Ruby
Raw Normal View History

cask 'gitkraken' do
2017-04-06 05:43:19 +08:00
version '2.3.2'
sha256 'd047a5b027d79780e7d757a3dcd82a15777517954ef43c31b2637c18b8723b9a'
url "https://release.gitkraken.com/darwin/v#{version}.zip"
2016-01-30 14:10:36 +08:00
appcast 'https://release.gitkraken.com/darwin/RELEASES',
2017-04-06 05:43:19 +08:00
checkpoint: '32d618aacf6b40474f7a96ad39ada628e1b87887b20fa9923d15c72639d93cfb'
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