homebrew-cask/Casks/ethereum-wallet.rb

18 lines
600 B
Ruby

cask "ethereum-wallet" do
version "0.11.1"
sha256 "df52a7ad6519aa92d17a743d0cb3bcf3080c2c72e31b1a58fbfa4581069dc4c8"
url "https://github.com/ethereum/mist/releases/download/v#{version}/Ethereum-Wallet-macosx-#{version.dots_to_hyphens}.dmg"
appcast "https://github.com/ethereum/mist/releases.atom"
name "Ethereum Wallet"
homepage "https://github.com/ethereum/mist"
app "Ethereum Wallet.app"
zap trash: [
"~/Library/Application Support/Ethereum Wallet",
"~/Library/Preferences/com.ethereum.wallet.plist",
"~/Library/Preferences/com.ethereum.wallet.helper.plist",
]
end