Add arm64 specific version / checksum / url for zulu (#97677)

This commit is contained in:
Kai Liu 2021-01-12 03:25:16 +08:00 committed by GitHub
parent 7b16033034
commit f7d07d316d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 4 deletions

View File

@ -1,9 +1,18 @@
cask "zulu" do
if Hardware::CPU.intel?
version "15.0.1,15.28.51-ca"
sha256 "991311eaa854b2c6ec7747d548d3208099b293ef2eb3727320ba83c875154777"
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/"
else
version "15.0.1,15.28.1013-ca"
sha256 "055a493236ed0023216f40d4e222ebc9cebd13bcaa8288d9f6c6c5c2d61f30ee"
url "https://cdn.azul.com/zulu/bin/zulu#{version.after_comma}-jdk#{version.before_comma}-macosx_aarch64.dmg",
referer: "https://www.azul.com/downloads/zulu/zulu-mac/"
end
name "Azul Zulu Java Standard Edition Development Kit"
homepage "https://www.azul.com/downloads/zulu/zulu-mac/"