homebrew-cask/Casks/gather.rb

15 lines
474 B
Ruby

cask "gather" do
version "0.1.7"
sha256 "9824bc0de4e85c045d51938f78bb2416050602205d6e7aa929e19389e388d1fe"
url "https://github.com/gathertown/gather-town-desktop-releases/releases/download/v#{version}/Gather-#{version}-mac.zip",
verified: "github.com/gathertown/gather-town-desktop-releases"
name "Gather Town"
desc "Virtual video-calling space"
homepage "https://gather.town/"
app "Gather.app"
zap trash: "~/Library/Application Support/Gather"
end