cask "hype" do version "4.1.19,772" sha256 "d60b902583ecc397ffd6c9ad09b6d9b9e4a34bf5f127fb2c17d69186689bdb35" 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 no_autobump! because: :requires_manual_review auto_updates true # 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