homebrew-cask/Casks/gather.rb

15 lines
474 B
Ruby

cask "gather" do
version "0.1.6"
sha256 "7f11ea97ae173182134438c48d415bd1fa78f8fd7067b7c55ff02647091073c1"
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