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
version '0.11.1'
sha256 'df52a7ad6519aa92d17a743d0cb3bcf3080c2c72e31b1a58fbfa4581069dc4c8'
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'
appcast "https://github.com/ethereum/mist/releases.atom"
name "Ethereum Wallet"
homepage "https://github.com/ethereum/mist"
app 'Ethereum Wallet.app'
app "Ethereum Wallet.app"
zap trash: [
'~/Library/Application Support/Ethereum Wallet',
'~/Library/Preferences/com.ethereum.wallet.plist',
'~/Library/Preferences/com.ethereum.wallet.helper.plist',
]
"~/Library/Application Support/Ethereum Wallet",
"~/Library/Preferences/com.ethereum.wallet.plist",
"~/Library/Preferences/com.ethereum.wallet.helper.plist",
]
end