mist: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:30:44 +01:00
parent f24856656a
commit 0e07804857
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
cask 'mist' do
version '0.11.1'
sha256 '2d18b86667c4daf690cfda327550d428f7efd09b6057b73456a71d2990c7efd1'
cask "mist" do
version "0.11.1"
sha256 "2d18b86667c4daf690cfda327550d428f7efd09b6057b73456a71d2990c7efd1"
url "https://github.com/ethereum/mist/releases/download/v#{version}/Mist-macosx-#{version.dots_to_hyphens}.dmg"
appcast 'https://github.com/ethereum/mist/releases.atom'
name 'Mist'
homepage 'https://github.com/ethereum/mist'
appcast "https://github.com/ethereum/mist/releases.atom"
name "Mist"
homepage "https://github.com/ethereum/mist"
app 'Mist.app'
app "Mist.app"
end