cask "monotype" do version "7.3.2" sha256 "2b75990d888f21b953c5136159d9782b558c6d7a4059afc92bb009e259839432" url "https://monotypeapp.monotype.com/release/#{version.no_dots}/mac/MTFInstallerMacOS.zip" name "Monotype Desktop App" desc "Font finder and organiser" homepage "https://support.monotype.com/en/articles/7860542-monotype-desktop-app" livecheck do url "https://support.monotype.com/en/articles/8617063-latest-release-notes" regex(/>Version\s*v?(\d+(?:\.\d+)+)[ "<]/i) end auto_updates true pkg "MTFInstaller.pkg" uninstall launchctl: [ "com.monotype.mfep", "com.monotype.monitorService", "com.monotype.ms", "com.monotype.updater", ], quit: "com.monotype.monotype-fonts", pkgutil: "com.monotype.monotype-fonts" zap trash: [ "~/Library/Application Scripts/com.monotype.notification-service", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.monotype.*.sfl*", "~/Library/Application Support/Monotype Fonts", "~/Library/Containers/com.monotype.notification-service", "~/Library/Logs/Monotype Fonts", "~/Library/Preferences/com.monotype.*.plist", "~/Library/Saved Application State/com.monotype.*.savedState", ] end