cask "fantastical" do version "4.0.16" sha256 "4b40e10e5299b1df6779b59478348930a60e74376af10bbc4aea9bee2576e47c" url "https://cdn.flexibits.com/Fantastical_#{version}.zip" name "Fantastical" desc "Calendar software" homepage "https://flexibits.com/fantastical" livecheck do url "https://flexibits.com/fantastical/appcast2.php" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :monterey" app "Fantastical.app" uninstall launchctl: "com.flexibits.fantastical*.mac.launcher", quit: [ "*.com.flexibits.fantastical*.mac.helper", "com.flexibits.fantastical*.mac", ] zap trash: [ "~/Library/Application Scripts/*.com.flexibits.fantastical*", "~/Library/Application Scripts/com.flexibits.fantastical*", "~/Library/Application Scripts/com.flexibits.fbcaldav.*", "~/Library/Containers/com.flexibits.fantastical*", "~/Library/Containers/com.flexibits.fbcaldav.*", "~/Library/Group Containers/*.com.flexibits.fantastical*.mac", "~/Library/Preferences/com.flexibits.fantastical.plist", ] end