homebrew-cask/Casks/coin-wallet.rb

24 lines
817 B
Ruby
Raw Normal View History

cask "coin-wallet" do
version "3.0.3"
sha256 "c2dbacac3cbdaaa6026d6577adba17990ef86d06cbefe88ff193a366003cf273"
# github.com/CoinSpace/CoinSpace/ was verified as official when first introduced to the cask
url "https://github.com/CoinSpace/CoinSpace/releases/download/v#{version}/Coin.Wallet.dmg"
appcast "https://github.com/CoinSpace/CoinSpace/releases.atom"
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