Files
homebrew-cask/Casks/g/google-chat.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
601 B
Ruby

cask "google-chat" do
version "20.11.241"
sha256 "75821a29aebae89b92acc583129515a21788e7fdf6e62c7aa2b0cfcfeb748446"
url "https://dl.google.com/chat/#{version}/InstallHangoutsChat.dmg"
name "Chat"
homepage "https://gsuite.google.com/products/chat/"
livecheck do
url "https://dl.google.com/chat/latest/InstallHangoutsChat.dmg"
strategy :header_match
end
app "Chat.app"
zap trash: [
"~/Library/Logs/Chat",
"~/Library/Saved Application State/com.google.chat.savedState",
"~/Library/Application Support/Chat",
"~/Library/Preferences/com.google.chat*",
]
end