cask "electorrent" do version "2.8.5" sha256 "83e9e16181e8944f1feee57efe199acd90ab556d358dca6a006469ad008d4779" url "https://github.com/tympanix/Electorrent/releases/download/v#{version}/electorrent-#{version}.dmg" name "Electorrent" desc "Desktop remote torrenting application" homepage "https://github.com/tympanix/Electorrent" livecheck do url "https://electorrent.vercel.app/update/dmg/0.0.0" strategy :json do |json| json["name"]&.tr("v", "") end end no_autobump! because: :requires_manual_review auto_updates true app "Electorrent.app" zap trash: [ "~/Library/Application Support/Electorrent", "~/Library/Preferences/com.github.tympanix.Electorrent.plist", "~/Library/Saved Application State/com.github.tympanix.Electorrent.savedState", ] caveats do requires_rosetta end end