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