homebrew-cask/Casks/b/bluewallet.rb

21 lines
639 B
Ruby

cask "bluewallet" do
version "6.4.16"
sha256 "91f1e3a57ce5a57a928d502bff62989988200f725f8658375df4f29437d94fd5"
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