cask "pareto-security" do version "1.9.4" sha256 "f15c5a5aed80a9add5abcbf104cd75fd61e9525c1b45bc56ef09fd1b37782993" url "https://github.com/ParetoSecurity/pareto-mac/releases/download/#{version}/ParetoSecurity.dmg", verified: "github.com/ParetoSecurity/pareto-mac/" name "Pareto Security" desc "Security checklist app" homepage "https://paretosecurity.com/" livecheck do url :url strategy :github_latest end auto_updates true depends_on macos: ">= :big_sur" app "Pareto Security.app" zap trash: [ "~/Library/Caches/niteo.co.Pareto", "~/Library/HTTPStorages/niteo.co.Pareto", "~/Library/Preferences/niteo.co.Pareto.plist", ] end