homebrew-cask/Casks/f/fantastical.rb

36 lines
1.1 KiB
Ruby

cask "fantastical" do
version "3.8.9"
sha256 "9b4ac16ec253b6fc2f77c052e5b4f635cd930f6e732e388c48f995b5906b2523"
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