Skip to content

Commit

Permalink
Merge pull request cashapp#335 from cassiechew/cassiechew/add-zulu8.7…
Browse files Browse the repository at this point in the history
…0.0.23

Adds zulu8.70.0.23 for support for m1 macs working in java 1.8.
  • Loading branch information
jvmakine authored Jun 1, 2023
2 parents 4a05cc3 + a6b192c commit 9b5f9a8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openjdk.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,23 @@ version "11.0.10_9" {
}
}

version "8.0.372-zulu8.70.0.23" {
platform "darwin" "arm64" {
strip = 2
source = "https://cdn.azul.com/zulu/bin/zulu8.70.0.23-ca-jdk8.0.372-macosx_aarch64.tar.gz"
}

platform "darwin" "amd64" {
strip = 2
source = "https://cdn.azul.com/zulu/bin/zulu8.70.0.23-ca-jdk8.0.372-macosx_x64.tar.gz"
}

platform "linux" {
strip = 1
source = "https://cdn.azul.com/zulu/bin/zulu8.70.0.23-ca-jdk8.0.372-linux_x64.tar.gz"
}
}

version "11.0.11_9-zulu11.48.21" {
platform "darwin" "arm64" {
strip = 2
Expand Down Expand Up @@ -162,6 +179,9 @@ channel "zulu" {
}

sha256sums = {
"https://cdn.azul.com/zulu/bin/zulu8.70.0.23-ca-jdk8.0.372-linux_x64.tar.gz": "afcda0f08cd05efd3bd60b021618931595ab03689f1c1fefcd46ef7761276d10"
"https://cdn.azul.com/zulu/bin/zulu8.70.0.23-ca-jdk8.0.372-macosx_aarch64.tar.gz": "ae68ae6a93d1d9952e5ff096f6612eea486846a8506e30dec3dd3b3e52b9d005"
"https://cdn.azul.com/zulu/bin/zulu8.70.0.23-ca-jdk8.0.372-macosx_x64.tar.gz": "d35a7bedfb3dde69701d27b7df6100143c5617d5fee746acb3d845311a9573af"
"https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10_openj9-0.26.0/OpenJDK8U-jdk_x64_mac_openj9_8u292b10_openj9-0.26.0.tar.gz": "d262bc226895e80b7e80d61905e65fe043ca0a3e3b930f7b88ddfacb8835e939",
"https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10_openj9-0.26.0/OpenJDK8U-jdk_x64_linux_openj9_8u292b10_openj9-0.26.0.tar.gz": "06d6c9421778575cf59d50f69b7ac6a7bb237485b3a3c2f89cfb61a056c7b2de",
"https://cdn.azul.com/zulu/bin/zulu11.48.21-ca-jdk11.0.11-linux_x64.tar.gz": "172449e998afbb59a961598330a3438dbe9f188910cdeb14d0a6457421541134",
Expand Down

0 comments on commit 9b5f9a8

Please sign in to comment.