Skip to content

Commit

Permalink
8272078: Wrong Checksums in Temurin BootJDK dependencies
Browse files Browse the repository at this point in the history
Reviewed-by: shade
  • Loading branch information
RealCLanger committed Aug 6, 2021
1 parent 3d12a46 commit 1538790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/conf/test-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ GTEST_VERSION=1.8.1

LINUX_X64_BOOT_JDK_FILENAME=openjdk-11_linux-x64_bin.tar.gz
LINUX_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_linux_hotspot_11.0.12_7.tar.gz
LINUX_X64_BOOT_JDK_SHA256=e99b98f851541202ab64401594901e583b764e368814320eba442095251e78cb
LINUX_X64_BOOT_JDK_SHA256=8770f600fc3b89bf331213c7aa21f8eedd9ca5d96036d1cd48cb2748a3dbefd2

WINDOWS_X64_BOOT_JDK_FILENAME=openjdk-11_windows-x64_bin.zip
WINDOWS_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_windows_hotspot_11.0.12_7.zip
WINDOWS_X64_BOOT_JDK_SHA256=36c08b0f41465b43c91abf9d4e13d063e01d670cbf448106a1c700786d89cfa8
WINDOWS_X64_BOOT_JDK_SHA256=c54123dd4b0d6473221539e7003b8ca1c1757c5588c46465565b03bf8781f807

MACOS_X64_BOOT_JDK_FILENAME=openjdk-11_osx-x64_bin.tar.gz
MACOS_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.12%2B7/OpenJDK11U-jdk_x64_mac_hotspot_11.0.12_7.tar.gz
MACOS_X64_BOOT_JDK_SHA256=d851a220e77473a4b483d8bd6b6570e04fd83fdd48d6584b58b041f5997186c2
MACOS_X64_BOOT_JDK_SHA256=13d056ee9a57bf2d5b3af4504c8f8cf7a246c4dff78f96b70dd05dad98075855

1 comment on commit 1538790

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.