homebrew-cask/Casks/c/coin-wallet.rb

23 lines
709 B
Ruby

cask "coin-wallet" do
version "5.10.5"
sha256 "67d6e9c26cc0e00da3bfdf08e5b8709983180bdfff531b8a57961a4d9c05857c"
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/"
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",
]
end