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

23 lines
708 B
Ruby

cask "coin-wallet" do
version "6.4.1"
sha256 "03648125f7f169e445b56fbf3b181f4e7d042e54f89dab2864f0c9ec3bfcd07d"
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