homebrew-cask/Casks/remotion.rb

23 lines
582 B
Ruby

cask "remotion" do
version "3.072.1"
sha256 "d2251873579ab949b65a2148add5b2a61680fa886d1d70eef60986b5bc9ad0b2"
url "https://updates.remotion.com/installers/Remotion%20#{version}.dmg"
name "remotion"
desc "Communication tool for remote teams"
homepage "https://www.remotion.com/"
livecheck do
url "https://updates.remotion.com/latest"
strategy :header_match
end
app "Remotion.app"
zap trash: [
"~/Library/Application Support/Remotion",
"~/Library/Caches/com.remotion.remotion",
"~/Library/Preferences/com.remotion.remotion.plist",
]
end