Skip to content

Commit

Permalink
update mac amd64 to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Dec 14, 2023
1 parent eb8396b commit d47ff6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .jdk-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ WIN_AARCH64_VERSION=11.0.21+9
WIN_AARCH64_CHKSUM=8705b218a866dec6991cd20f826bd4b018871704a4d37f5879fd27bf6585080c
WIN_AARCH64_LINK=https://aka.ms/download-jdk/microsoft-jdk-11.0.21-windows-aarch64.zip
# mac x64
MAC_AMD64_VERSION=11.0.21+9
MAC_AMD64_CHKSUM=43d29affe994a09de31bf2fb6f8ab6d6792ba4267b9a2feacaa1f6e042481b9b
MAC_AMD64_LINK=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jre_x64_mac_hotspot_11.0.21_9.tar.gz
MAC_AMD64_VERSION=17.0.9+9
MAC_AMD64_CHKSUM=ba214f2217dc134e94432085cff4fc5a97e964ffc211d343725fd535f3cd98a0
MAC_AMD64_LINK=https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9%2B9/OpenJDK17U-jre_x64_mac_hotspot_17.0.9_9.tar.gz
# mac aarch64
MAC_AARCH64_VERSION=17.0.9+9
MAC_AARCH64_CHKSUM=89831d03b7cd9922bd178f1a9c8544a36c54d52295366db4e6628454b01acaef
Expand Down
2 changes: 1 addition & 1 deletion tools/update-jre.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def fetch_microsoft_jre(prefix, version, arch, os):
fetch_jre('WIN64_', ver11, 'x64', 'windows')
fetch_jre('WIN32_', ver11, 'x86', 'windows')
fetch_microsoft_jre('WIN_AARCH64_', ver11, 'aarch64', 'windows')
fetch_jre('MAC_AMD64_', ver11, 'x64', 'mac')
fetch_jre('MAC_AMD64_', ver17, 'x64', 'mac')
fetch_jre('MAC_AARCH64_', ver17, 'aarch64', 'mac')
fetch_jre('LINUX_AMD64_', ver11, 'x64', 'linux')
fetch_jre('LINUX_AARCH64_', ver11, 'aarch64', 'linux')

0 comments on commit d47ff6d

Please sign in to comment.