cask "brightvpn" do version "1.541.343" sha256 "aae2acd3a9bf1bb7dc3dd762903d5dc06340fb36181d4ad735a2c62839e6973a" url "https://brightdata.com/static/BrightVPN-#{version}.dmg", verified: "brightdata.com/static/" name "Bright VPN" desc "VPN service" homepage "https://brightvpn.com/" livecheck do url "https://brightdata.com/brightvpn_versions.json" strategy :json do |json| json["vpn_mac"] end end depends_on macos: ">= :big_sur" app "BrightVPN.app" uninstall quit: [ "brightvpn.com", "io.luminati.sdk.net-updater", "io.luminati.sdk.net-updater-launcher", ] zap trash: [ "~/Library/Application Support/BrightVPN", "~/Library/Caches/brightvpn.com", "~/Library/HTTPStorages/brightvpn.com", "~/Library/Preferences/brightvpn.com.perr.plist", "~/Library/Preferences/brightvpn.com.perr_once.plist", "~/Library/Preferences/brightvpn.com.plist", "~/Library/Preferences/group.brightvpn.com.widget-container.plist", ] end