eclipse-installer: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:54 +01:00
parent e1af8d3c8b
commit 6782ea37e9
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
cask 'eclipse-installer' do
version '4.16.0,2020-06:R'
sha256 '523ba12b8499397f991f249ba981a531420ce132a96cd16f386a6222555290e0'
cask "eclipse-installer" do
version "4.16.0,2020-06:R"
sha256 "523ba12b8499397f991f249ba981a531420ce132a96cd16f386a6222555290e0"
url "https://eclipse.org/downloads/download.php?file=/oomph/epp/#{version.after_comma.before_colon}/#{version.after_colon}/eclipse-inst-mac64.tar.gz&r=1"
name 'Eclipse Installer'
homepage 'https://eclipse.org/'
name "Eclipse Installer"
homepage "https://eclipse.org/"
app 'Eclipse Installer.app'
app "Eclipse Installer.app"
caveats do
depends_on_java