homebrew-cask/Casks/gitkraken.rb

29 lines
911 B
Ruby

cask "gitkraken" do
version "7.4.1"
sha256 :no_check
url "https://release.gitkraken.com/darwin/installGitKraken.dmg",
verified: "release.axocdn.com/darwin/"
appcast "https://www.gitkraken.com/download"
name "GitKraken"
desc "Git client focusing on productivity"
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