cask "tribler" do version "8.1.3" sha256 "2f0c8821cbb6d515894bef01f2abd3ebcd9cd73a4bc41fcb80b9f5c59d9aed42" url "https://github.com/Tribler/tribler/releases/download/v#{version}/Tribler-#{version}.dmg", verified: "github.com/Tribler/tribler/" name "Tribler" desc "Privacy enhanced BitTorrent client with P2P content discovery" homepage "https://www.tribler.org/" livecheck do url :url strategy :github_latest end app "Tribler.app" zap trash: [ "~/.Tribler", "~/Library/Preferences/com.nl-tudelft-tribler.plist", "~/Library/Preferences/nl.tudelft.tribler.plist", "~/Library/Saved Application State/nl.tudelft.tribler.savedState", ] caveats do requires_rosetta end end