Merge pull request #155593 from 4brunu/patch-3

Update zulu.rb to JDK 21 LTS
This commit is contained in:
Rui Chen
2023-09-19 18:39:51 -04:00
committed by GitHub
+4 -4
View File
@@ -2,9 +2,9 @@ cask "zulu" do
arch arm: "aarch64", intel: "x64"
choice = on_arch_conditional arm: "arm", intel: "x86"
version "20.0.2,20.32.11_1-ca"
sha256 arm: "c5c196a0a25eca25a22edee325ff8ee2cd96aa9bfdee0ca3554dfbfd31dba8df",
intel: "6f02981801832230edd0a0091b8de10873d3271cd7cc4d7a9ed439b046fa4b1f"
version "21.0.0,21.28.85-ca"
sha256 arm: "d9ce2ff2be7decf614bf77b4fc5cf119186effc82fff213e14a45bbc33793af4",
intel: "d8fc881a204400633189491f411886ee9338d6081767c1efba09b700df92fa0b"
url "https://cdn.azul.com/zulu/bin/zulu#{version.csv.second}-jdk#{version.csv.first}-macosx_#{arch}.dmg",
referer: "https://www.azul.com/downloads/zulu/zulu-mac/"
@@ -22,7 +22,7 @@ cask "zulu" do
end
end
depends_on macos: ">= :mojave"
depends_on macos: ">= :big_sur"
pkg "Double-Click to Install Azul Zulu JDK #{version.major}.pkg"