cask "bisq" do version "1.9.21" sha256 "f361f326e842fcbeb664a24d777cacf24f6eda50091c525c82c1f13726a9d2e2" url "https://github.com/bisq-network/bisq/releases/download/v#{version}/Bisq-#{version}.dmg", verified: "github.com/bisq-network/bisq/" name "Bisq" desc "Decentralised bitcoin exchange network" homepage "https://bisq.network/" livecheck do url :url strategy :github_latest end app "Bisq.app" zap trash: [ "~/Library/Application Support/Bisq", "~/Library/Saved Application State/io.bisq.CAT.savedState", ] caveats do requires_rosetta end end