Update gitkraken from 8.1.1 to 8.2.0 (#115809)

* Update gitkraken from 8.1.1 to 8.2.0

* Update gitkraken.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Anselm Hahn 2021-12-14 02:11:20 +01:00 committed by GitHub
parent 3c4079654a
commit a34bb28b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
cask "gitkraken" do
version "8.1.1"
version "8.2.0"
sha256 :no_check
url "https://release.gitkraken.com/darwin/installGitKraken.dmg"
url "https://release.axocdn.com/darwin/installGitKraken.dmg",
verified: "release.axocdn.com/darwin/"
name "GitKraken"
desc "Git client focusing on productivity"
homepage "https://www.gitkraken.com/"
livecheck do
url "https://www.gitkraken.com/download"
strategy :page_match
regex(/Latest\s*release:\s*(\d+(?:\.\d+)*)/i)
url "https://support.gitkraken.com/release-notes/current/"
regex(/Version\s(\d+(?:\.\d+)+)/i)
end
auto_updates true
@ -18,15 +18,15 @@ cask "gitkraken" do
app "GitKraken.app"
zap trash: [
"~/.gitkraken",
"~/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/Caches/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