development/OpenJDK17: Updated for version 17.0.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2023-03-01 13:09:49 +07:00 committed by Willy Sudiarto Raharjo
parent 33ca24ee4b
commit 938d3660b4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OpenJDK17
VERSION=${VERSION:-17.0.5}
VERSION=${VERSION:-17.0.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,16 +1,16 @@
PRGNAM="OpenJDK17"
VERSION="17.0.5"
VERSION="17.0.6"
HOMEPAGE="https://openjdk.java.net/"
DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.5-ga/jdk17u-jdk-17.0.5-ga.tar.gz \
DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.6-ga/jdk17u-jdk-17.0.6-ga.tar.gz \
http://www.lenardspencer.net/linux/slackbuilds/OpenJDK-bootstraps/OpenJDK-16.0.2-ga-linux-i586-bin.tar.xz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-17.0.1/jtreg-6.1+1.tar.gz"
MD5SUM="8762a6a028582fb1597911c62b90bea9 \
MD5SUM="b1e04cf1feec28c6d5aa2e3315d21bcf \
1122a0355d0f85af1f4458965661d37f \
49e6bfa2506e96f461a01f9421a0961c"
DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.5-ga/jdk17u-jdk-17.0.5-ga.tar.gz \
DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.6-ga/jdk17u-jdk-17.0.6-ga.tar.gz \
http://www.lenardspencer.net/linux/slackbuilds/OpenJDK-bootstraps/OpenJDK-16.0.2-ga-linux-x86_64-bin.tar.xz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-17.0.1/jtreg-6.1+1.tar.gz"
MD5SUM_x86_64="8762a6a028582fb1597911c62b90bea9 \
MD5SUM_x86_64="b1e04cf1feec28c6d5aa2e3315d21bcf \
5a78816bed3c90f4552dc2163282faca \
49e6bfa2506e96f461a01f9421a0961c"
REQUIRES=""