Files
2023-09-20 15:33:25 -04:00

23 lines
719 B
Ruby

cask "hype" do
version "4.1.14,754"
sha256 "ca1fded8dceb8d2ae30a63ed879c1b6713accbe6f52b930daea7cd0868ec7f8c"
url "https://tumult.com/hype/download/Hype-#{version.csv.second}.dmg"
name "Tumult Hype"
desc "App to create animated and interactive web content"
homepage "https://tumult.com/hype/"
livecheck do
url "https://tumult.com/hype/appcast_hype#{version.major}.xml"
strategy :sparkle
end
# Renamed for consistency: app name is different in the Finder and in a shell
app "Hype#{version.major}.app", target: "Hype #{version.major}.app"
zap trash: [
"~/Library/Containers/com.tumult.Hype#{version.major}",
"~/Library/Preferences/com.tumult.Hype#{version.major}.plist",
]
end