homebrew-cask/Casks/gitkraken.rb

28 lines
967 B
Ruby

cask "gitkraken" do
version "7.1.0"
sha256 "884ef780db02a033e59a937f64784bd0caf8e273997bcb980da2bd8efc58aa92"
# 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/Cookies/com.axosoft.gitkraken.binarycookies",
"~/Library/Preferences/com.axosoft.gitkraken.helper.plist",
"~/Library/Preferences/com.axosoft.gitkraken.plist",
"~/Library/Saved Application State/com.axosoft.gitkraken.savedState",
"~/.gitkraken",
]
end