zulu: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:39:11 +01:00
parent 6e558ec7b7
commit 12dbcad4ac
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,13 +1,13 @@
cask 'zulu' do
version '14.0.2,14.29.23-ca'
sha256 '8ed14e3a3b8fabb799716e4cebf1cf0ac6033c5f5c7597aa659c19d4459ebc7b'
cask "zulu" do
version "14.0.2,14.29.23-ca"
sha256 "8ed14e3a3b8fabb799716e4cebf1cf0ac6033c5f5c7597aa659c19d4459ebc7b"
url "https://cdn.azul.com/zulu/bin/zulu#{version.after_comma}-jdk#{version.before_comma}-macosx_x64.dmg",
referer: 'https://www.azul.com/downloads/zulu/zulu-mac/'
name 'Azul Zulu Java Standard Edition Development Kit'
homepage 'https://www.azul.com/downloads/zulu/zulu-mac/'
referer: "https://www.azul.com/downloads/zulu/zulu-mac/"
name "Azul Zulu Java Standard Edition Development Kit"
homepage "https://www.azul.com/downloads/zulu/zulu-mac/"
depends_on macos: '>= :sierra'
depends_on macos: ">= :sierra"
pkg "Double-Click to Install Zulu #{version.major}.pkg"