cask "fantastical" do version "4.0" sha256 "19a0e166e3553df958bc5bf1bbe6d10adb27b65a91a75217c7eb715fe3ccbfb7" 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: ">= :big_sur" 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