Skip to content

Commit

Permalink
DLPX-91487 - Engine JDK Upgrade (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibasishDelphix authored and palash-gandhi committed Oct 17, 2024
1 parent 812147e commit d8c2f8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/adoptopenjdk/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ PACKAGE_DEPENDENCIES="make-jpkg"

case $(dpkg-architecture -q DEB_HOST_ARCH 2>/dev/null || echo "none") in
amd64)
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u402b06.tar.gz"
_tarfile_sha256="fcfd08abe39f18e719e391f2fc37b8ac1053075426d10efac4cbf8969e7aa55e"
_tarfile="OpenJDK8U-jdk_x64_linux_hotspot_8u422b05.tar.gz"
_tarfile_sha256="4c6056f6167fae73ace7c3080b78940be5c87d54f5b08894b3517eed1cbb2c06"
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-amd64"
;;
arm64)
_tarfile="OpenJDK8U-jdk_aarch64_linux_hotspot_8u402b06.tar.gz"
_tarfile_sha256="241a72d6f0051de30c71e7ade95b34cd85a249c8e5925bcc7a95872bee81fd84"
_tarfile="OpenJDK8U-jdk_aarch64_linux_hotspot_8u422b05.tar.gz"
_tarfile_sha256="af98a839ec238106078bd360af9e405dc6665c05ee837178ed13b92193681923"
_jdk_path="/usr/lib/jvm/adoptopenjdk-java8-jdk-arm64"
;;
*) ;;
Expand Down

0 comments on commit d8c2f8f

Please sign in to comment.