Files
homebrew-cask/Casks/r/restream-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

20 lines
627 B
Ruby

cask "restream-chat" do
version "2.5.4-beta"
sha256 "32b4dae6cdce145b1f6a43b5046636bfa2188c924d792b21337c9604d3dc1809"
url "https://s3.eu-central-1.amazonaws.com/restream-chat-client/Restream+Chat-#{version}.dmg",
verified: "s3.eu-central-1.amazonaws.com/restream-chat-client/"
name "Restream Chat"
desc "Keep your streaming chats in one place"
homepage "https://restream.io/chat/"
livecheck do
url "https://s3.eu-central-1.amazonaws.com/restream-chat-client/beta-mac.yml"
strategy :electron_builder
end
app "Restream Chat.app"
zap trash: "~/Library/Application Support/Restream Chat"
end