cask "waterfox" do version "6.5.1" sha256 "c729ad1eb7e945c0a912c775e6d187e6d13aa7f4d469104a4d70cfb98db807eb" url "https://cdn1.waterfox.net/waterfox/releases/#{version}/Darwin_x86_64-aarch64/Waterfox%20#{version}.dmg" name "Waterfox" desc "Web browser" homepage "https://www.waterfox.net/" livecheck do url "https://cdn1.waterfox.net/waterfox/releases/latest/macos" strategy :header_match end depends_on macos: ">= :catalina" app "Waterfox.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.waterfox.sfl*", "~/Library/Application Support/Waterfox", "~/Library/Caches/Waterfox", "~/Library/Preferences/org.waterfoxproject.waterfox.plist", ] end