Skip to content

Commit 1a0c77d

Browse files
DLPX-90774 - [Backport of DLPX-90116] Upgrade engine JDK to Latest 1.8 - 8u402b06 (#313)
PR URL: https://www.github.com/delphix/linux-pkg/pull/313
1 parent 4824a5b commit 1a0c77d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/adoptopenjdk/config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ PACKAGE_DEPENDENCIES="make-jpkg"
2121

2222
case $(dpkg-architecture -q DEB_HOST_ARCH 2>/dev/null || echo "none") in
2323
amd64)
24-
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u382b05.tar.gz"
25-
_tarfile_sha256="789ad24dc0d9618294e3ba564c9bfda9d3f3a218604350e0ce0381bbc8f28db3"
24+
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u402b06.tar.gz"
25+
_tarfile_sha256="fcfd08abe39f18e719e391f2fc37b8ac1053075426d10efac4cbf8969e7aa55e"
2626
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64"
2727
;;
2828
arm64)
29-
_tarfile="OpenJDK8U-jdk_aarch64_linux_hotspot_8u382b05.tar.gz"
30-
_tarfile_sha256="0951398197b7bef39ab987b59c22852812ee2c2da6549953eed7fced4c08e13d"
29+
_tarfile="OpenJDK8U-jdk_aarch64_linux_hotspot_8u402b06.tar.gz"
30+
_tarfile_sha256="241a72d6f0051de30c71e7ade95b34cd85a249c8e5925bcc7a95872bee81fd84"
3131
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-arm64"
3232
;;
3333
*) ;;

0 commit comments

Comments
 (0)