homebrew-cask/Casks/rocket-chat.rb

26 lines
899 B
Ruby

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