mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
664 B
Ruby
21 lines
664 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"
|
|
name "Ethereum Wallet"
|
|
name "Mist"
|
|
desc "Browser for Ðapps on the Ethereum network"
|
|
homepage "https://github.com/ethereum/mist"
|
|
|
|
deprecate! date: "2023-12-17", because: :discontinued
|
|
|
|
app "Ethereum Wallet.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Ethereum Wallet",
|
|
"~/Library/Preferences/com.ethereum.wallet.helper.plist",
|
|
"~/Library/Preferences/com.ethereum.wallet.plist",
|
|
]
|
|
end
|