ethereum-wallet: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:23:28 +01:00
parent 4092d3ca3d
commit 284992a7ba
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 11 additions and 11 deletions

View File

@ -1,17 +1,17 @@
cask 'ethereum-wallet' do cask "ethereum-wallet" do
version '0.11.1' version "0.11.1"
sha256 'df52a7ad6519aa92d17a743d0cb3bcf3080c2c72e31b1a58fbfa4581069dc4c8' sha256 "df52a7ad6519aa92d17a743d0cb3bcf3080c2c72e31b1a58fbfa4581069dc4c8"
url "https://github.com/ethereum/mist/releases/download/v#{version}/Ethereum-Wallet-macosx-#{version.dots_to_hyphens}.dmg" 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' appcast "https://github.com/ethereum/mist/releases.atom"
name 'Ethereum Wallet' name "Ethereum Wallet"
homepage 'https://github.com/ethereum/mist' homepage "https://github.com/ethereum/mist"
app 'Ethereum Wallet.app' app "Ethereum Wallet.app"
zap trash: [ zap trash: [
'~/Library/Application Support/Ethereum Wallet', "~/Library/Application Support/Ethereum Wallet",
'~/Library/Preferences/com.ethereum.wallet.plist', "~/Library/Preferences/com.ethereum.wallet.plist",
'~/Library/Preferences/com.ethereum.wallet.helper.plist', "~/Library/Preferences/com.ethereum.wallet.helper.plist",
] ]
end end