From 8a4d51affb27f40fd11b15c337304c5cc0a27d5b Mon Sep 17 00:00:00 2001 From: Tim Cheung Date: Tue, 16 Mar 2021 06:36:35 +0000 Subject: [PATCH] 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 --- Casks/timche-gmail-desktop.rb | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Casks/timche-gmail-desktop.rb b/Casks/timche-gmail-desktop.rb index 7f1eaf974c..a3bcab1a59 100644 --- a/Casks/timche-gmail-desktop.rb +++ b/Casks/timche-gmail-desktop.rb @@ -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