homebrew-cask/Casks/gitkraken.rb

26 lines
908 B
Ruby

cask 'gitkraken' do
version '1.2.0'
sha256 'c9a472dddddd955f922f04310905c6fef0a955e2ea839a5674ee3a8b9276d5c4'
url "http://release.gitkraken.com/darwin/v#{version}.zip"
appcast 'https://release.gitkraken.com/darwin/RELEASES',
checkpoint: '2a2d6e27b0409353931315f1789814124bb8015330737433085d1a1be0955bd5'
name 'GitKraken'
homepage 'http://www.gitkraken.com/'
license :gratis
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