cask "gitkraken" do arch arm: "darwin-arm64", intel: "darwin" version "10.4.1" sha256 arm: "f1bbb45eeef4d315f187c9c3eb1c8678e712a0fc6346779c95f3c4de688f6676", intel: "08d48e9d23395061956b444b92e0e978832bbe741b27ecfebd41ff11daaea24b" url "https://release.axocdn.com/#{arch}/GitKraken-v#{version}.zip", verified: "release.axocdn.com/" name "GitKraken" desc "Git client focusing on productivity" homepage "https://www.gitkraken.com/" livecheck do url "https://help.gitkraken.com/gitkraken-desktop/current/" regex(/Version\s(\d+(?:\.\d+)+)/i) end auto_updates true conflicts_with cask: "gitkraken-on-premise-serverless" depends_on macos: ">= :el_capitan" app "GitKraken.app" uninstall quit: "com.axosoft.gitkraken" zap trash: [ "~/.gitkraken", "~/Library/Application Support/com.axosoft.gitkraken.ShipIt", "~/Library/Application Support/GitKraken", "~/Library/Caches/com.axosoft.gitkraken", "~/Library/Caches/com.axosoft.gitkraken.ShipIt", "~/Library/Caches/GitKraken", "~/Library/Cookies/com.axosoft.gitkraken.binarycookies", "~/Library/HTTPStorages/com.axosoft.gitkraken", "~/Library/Preferences/com.axosoft.gitkraken.helper.plist", "~/Library/Preferences/com.axosoft.gitkraken.plist", "~/Library/Saved Application State/com.axosoft.gitkraken.savedState", ] end