From 03537feee539526ec9bb0cf4f55dd4eef6badc71 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Thu, 22 Oct 2020 09:13:53 +0200 Subject: openjdk-8: update to latest ga version 272 For aarch32 we need to fall back to b09 as there is no ga tag available yet. Patch related changes: * 0011, 0012 & 0013 were changed to valid git patches Signed-off-by: Richard Leitner --- docs/update8checksums.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/update8checksums.sh') diff --git a/docs/update8checksums.sh b/docs/update8checksums.sh index 476841b..ccf68d1 100755 --- a/docs/update8checksums.sh +++ b/docs/update8checksums.sh @@ -31,7 +31,7 @@ COMMON_TAG="jdk8u${OPENJDK_UPDATE}-ga" AARCH32_BASEURL="https://hg.openjdk.java.net/aarch32-port/jdk8u" AARCH32_CHANGESET_ID="$(grep "^CHANGESET_ID" recipes-core/openjdk/openjdk-8-release-aarch32.inc | cut -d= -f2 | tr -d \")" -AARCH32_TAG="jdk8u${OPENJDK_UPDATE}-ga-aarch32-${AARCH32_CHANGESET_ID}" +AARCH32_TAG="jdk8u${OPENJDK_UPDATE}-${AARCH32_CHANGESET_ID}" AARCH64_BASEURL="https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah" AARCH64_CHANGESET_ID="$(grep "^CHANGESET_ID" recipes-core/openjdk/openjdk-8-release-aarch64.inc | cut -d= -f2 | tr -d \")" -- cgit v1.2.3-54-g00ecf