cask "gitkraken-on-premise-serverless" do arch arm: "arm64", intel: "x64" version "11.2.0" sha256 arm: "ea921d294924aa0ec22671e383add626a127caa4771c293be8acf5aeb6bcb36a", intel: "3564027b3ed8cd3465231a3cc5fd801282f79cb515bb452ac70b0411ccd23b5e" url "https://api.gitkraken.dev/releases/standalone/production/darwin/#{arch}/#{version}/GitKraken-v#{version}.zip", verified: "api.gitkraken.dev/releases/standalone/production/" name "GitKraken Serverless" desc "Git client focusing on productivity" homepage "https://www.gitkraken.com/git-client/on-premise" livecheck do url "https://www.gitkraken.com/download-on-premise-serverless" regex(/Latest\srelease:\s(\d+(?:\.\d+)+)/i) end auto_updates true conflicts_with cask: "gitkraken" 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