homebrew-cask/Casks/gitkraken.rb

26 lines
948 B
Ruby

cask 'gitkraken' do
version '4.1.1'
sha256 '0855168ae52d6eddec8339946e91770a90787fec6602371dd5f2f68879917009'
url "https://release.gitkraken.com/darwin/GitKraken-v#{version}.zip"
appcast 'https://support.gitkraken.com/release-notes/current'
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