homebrew-cask/Casks/gitkraken.rb

26 lines
948 B
Ruby
Raw Normal View History

cask 'gitkraken' do
2019-01-04 13:46:46 +08:00
version '4.2.0'
sha256 'b2cc47093d6773918fb70789754fdcbb77255746c9892e1bd9d612b59f6dff59'
2018-09-12 19:11:20 +08:00
url "https://release.gitkraken.com/darwin/GitKraken-v#{version}.zip"
2018-10-24 01:50:57 +08:00
appcast 'https://support.gitkraken.com/release-notes/current'
name 'GitKraken'
homepage 'https://www.gitkraken.com/'
auto_updates true
app 'GitKraken.app'
2017-11-18 18:08:50 +08:00
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