cask "bluewallet" do version "7.0.4" sha256 "f5f9056dd8413fec1fb093d87ff05d8e688b323a14cb468445f4e5f44d97bde1" url "https://github.com/BlueWallet/BlueWallet/releases/download/v#{version}/BlueWallet.#{version}.dmg", verified: "github.com/BlueWallet/BlueWallet/" name "BlueWallet" desc "Bitcoin wallet and Lightning wallet" homepage "https://bluewallet.io/" depends_on macos: ">= :big_sur" app "BlueWallet.app" zap trash: [ "~/Library/Application Scripts/io.bluewallet.bluewallet", "~/Library/Containers/io.bluewallet.bluewallet", "~/Library/Group Containers/group.io.bluewallet.bluewallet", ] end