cask "eset-cyber-security" do version "9.0.5300.0" sha256 "cfa2285791d887dd10c36e14d7859dd59b56c70f71c9248758dbef75d73203a5" url "https://download.eset.com/com/eset/apps/home/eav/mac/v#{version.major}/#{version}/eset_cybersecurity.dmg" name "ESET Cyber Security" desc "Security including web and email protection" homepage "https://www.eset.com/" livecheck do url "https://gwc.eset.com/v1/product/49" strategy :json do |json| json.dig("files", "installer")&.map { |_, item| item["full_version"] } end end depends_on macos: ">= :big_sur" pkg "Resources/Installer.pkg" uninstall script: { executable: "/Applications/ESET Cyber Security.app/Contents/Helpers/Uninstaller.app/Contents/Scripts/uninstall.sh", sudo: true, }, pkgutil: "com.eset.protection" zap trash: "~/Library/Preferences/com.eset.ecs.*.plist" end