Skip to content

Commit 01debae

Browse files
authored
DLPX-93157 Engine JDK Upgrade (#345)
PR URL: https://www.github.com/delphix/linux-pkg/pull/345
1 parent 55fa1e1 commit 01debae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/adoptopenjdk/config.sh

+4-4
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_8u422b05.tar.gz"
25-
_tarfile_sha256="4c6056f6167fae73ace7c3080b78940be5c87d54f5b08894b3517eed1cbb2c06"
24+
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u442b06.tar.gz"
25+
_tarfile_sha256="5b0a0145e7790552a9c8767b4680074c4628ec276e5bb278b61d85cf90facafa"
2626
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64"
2727
;;
2828
arm64)
29-
_tarfile="OpenJDK8U-jdk_aarch64_linux_hotspot_8u422b05.tar.gz"
30-
_tarfile_sha256="af98a839ec238106078bd360af9e405dc6665c05ee837178ed13b92193681923"
29+
_tarfile="OpenJDK8U-jdk_aarch64_linux_hotspot_8u442b06.tar.gz"
30+
_tarfile_sha256="1d1662bd8ca7edc9281c723d9eebafea940e6a41464bdc43a83b564bc974c7e5"
3131
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-arm64"
3232
;;
3333
*) ;;

0 commit comments

Comments
 (0)