Files
homebrew-cask/Casks/r/rocket-chat.rb
2023-12-01 16:00:49 -06:00

30 lines
890 B
Ruby

cask "rocket-chat" do
version "3.9.11"
sha256 "554c73f37dab507d0695f9de4a4828abe82e24b269646040035afde9a7c30709"
url "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/#{version}/rocketchat-#{version}-mac.dmg",
verified: "github.com/RocketChat/Rocket.Chat.Electron/"
name "Rocket.Chat"
desc "Official desktop client for Rocket.Chat"
homepage "https://rocket.chat/"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
app "Rocket.Chat.app"
zap trash: [
"~/Library/Application Support/Rocket.Chat",
"~/Library/Caches/chat.rocket.electron.helper",
"~/Library/Caches/chat.rocket.ShipIt",
"~/Library/Caches/chat.rocket",
"~/Library/Preferences/chat.rocket.electron.helper.plist",
"~/Library/Preferences/chat.rocket.plist",
"~/Library/Saved Application State/chat.rocket.savedState",
]
end