Update timche-gmail-desktop to v2.25.0 (#101049)

* Update timche-gmail-desktop to v2.24.0

* Update timche-gmail-desktop to v2.25.0

* Update timche-gmail-desktop.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Tim Cheung
2021-03-16 14:36:35 +08:00
committed by GitHub
co-authored by Miccal Matthews
parent 45db9661fd
commit 8a4d51affb
+8 -5
View File
@@ -1,19 +1,22 @@
cask "timche-gmail-desktop" do
version "2.22.0"
sha256 "78ba61d2aaa9a42082d6a76181850543abd8c42ad80d22e0ab2f1cb0cc6b6c21"
version "2.25.0"
sha256 "618d791c157bc7ba06aa6aa8c8dece14298015ca7089fcec1e88259dad96400c"
url "https://github.com/timche/gmail-desktop/releases/download/#{version}/gmail-desktop-#{version}-mac.dmg"
url "https://github.com/timche/gmail-desktop/releases/download/v#{version}/gmail-desktop-#{version}-mac.dmg"
appcast "https://github.com/timche/gmail-desktop/releases.atom"
name "Gmail Desktop"
desc "Gmail client"
desc "Unofficial Gmail desktop app"
homepage "https://github.com/timche/gmail-desktop"
app "Gmail Desktop.app"
zap trash: [
"~/Library/Application Support/Gmail Desktop",
"~/Library/Caches/io.cheung.gmail-desktop.ShipIt",
"~/Library/Caches/io.cheung.gmail-desktop",
"~/Library/Logs/Gmail Desktop",
"~/Library/Preferences/io.cheung.gmail-desktop.plist",
"~/Library/Application Support/Gmail Desktop",
"~/Library/Saved Application State/io.cheung.gmail-desktop.savedState",
"~/Library/WebKit/io.cheung.gmail-desktop",
]
end