cask "coin-wallet" do version "6.13.0" sha256 "d604de737c1cee5cfbee995c9d13721604177b5f68ea46eeee0857f6870cd34b" url "https://github.com/CoinSpace/CoinSpace/releases/download/v#{version}/Coin.Wallet.dmg", verified: "github.com/CoinSpace/CoinSpace/" name "Coin Wallet" desc "Digital currency wallet" homepage "https://coin.space/" livecheck do url "https://coin.space/api/v4/update/mac/x64/v0.0.0" strategy :json do |json| json["version"]&.sub("v", "") end end auto_updates true app "Coin Wallet.app" zap trash: [ "~/Library/Application Support/Coin Wallet", "~/Library/Caches/com.coinspace.wallet*", "~/Library/Preferences/ByHost/com.coinspace.wallet.*.plist", "~/Library/Preferences/com.coinspace.wallet*.plist", "~/Library/Saved Application State/com.coinspace.wallet.savedState", ] caveats do requires_rosetta end end