eclipse-platform: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:56 +01:00
parent 6b1c7a65a4
commit 6d3af52bc2
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,11 +1,11 @@
cask 'eclipse-platform' do
version '4.16,202006040540'
sha256 'fec0b72ca606bba458cb431a00dafd33fa4d1347b8748bf4d9f4f994b1807e00'
cask "eclipse-platform" do
version "4.16,202006040540"
sha256 "fec0b72ca606bba458cb431a00dafd33fa4d1347b8748bf4d9f4f994b1807e00"
url "https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops#{version.major}/R-#{version.before_comma}-#{version.after_comma}/eclipse-SDK-#{version.before_comma}-macosx-cocoa-x86_64.dmg&r=1"
name 'Eclipse SDK'
homepage 'https://eclipse.org/'
name "Eclipse SDK"
homepage "https://eclipse.org/"
# Renamed to avoid conflict with other Eclipse.
app 'Eclipse.app', target: 'Eclipse Platform.app'
app "Eclipse.app", target: "Eclipse Platform.app"
end