mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
719 B
Ruby
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
|