homebrew-cask/Casks/pitch.rb

20 lines
576 B
Ruby

cask "pitch" do
version "1.9.1"
sha256 "1cd4916f2ed8ac210daa4557b645f3cd78f97aa72634d66283fdd3f21d269d19"
url "https://desktop-app-builds.pitch.com/Pitch-#{version}.dmg"
appcast "https://desktop-app-builds.pitch.com/latest-mac.yml"
name "Pitch"
desc "Collaborative presentation software"
homepage "https://pitch.com/"
app "Pitch.app"
zap trash: [
"~/Library/Application Support/Pitch",
"~/Library/Logs/Pitch",
"~/Library/Preferences/io.pitch.pitch-macos.plist",
"~/Library/Saved Application State/io.pitch.pitch-macos.savedState",
]
end