phinze/homebrew-cask

View on GitHub
Casks/e/ethereum-wallet.rb

Summary

Maintainability
A
0 mins
Test Coverage
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",
  ]

  caveats do
    requires_rosetta
  end
end