development/OpenJDK17: Updated for version 17.0.12.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2024-08-30 12:43:23 +07:00 committed by Willy Sudiarto Raharjo
parent 204ca22d7b
commit 98889c6270
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 10 additions and 6 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=OpenJDK17
VERSION=${VERSION:-17.0.11}
VERSION=${VERSION:-17.0.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -53,6 +53,10 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
BSARCH="i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"

View file

@ -1,16 +1,16 @@
PRGNAM="OpenJDK17"
VERSION="17.0.11"
VERSION="17.0.12"
HOMEPAGE="https://openjdk.java.net/"
DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.11-ga/jdk17u-jdk-17.0.11-ga.tar.gz \
DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.12-ga/jdk17u-jdk-17.0.12-ga.tar.gz \
https://slackware.uk/people/alien/slackbuilds/openjdk17/build/sources/OpenJDK-16.0.2-ga-linux-i586-bin.tar.xz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-21.0.2/jtreg-7.3.1+1.tar.gz"
MD5SUM="91a2dd8364f77d3012b4c8b4457e11fe \
MD5SUM="2c3bfdf4913b598de945b20b827505f8 \
1122a0355d0f85af1f4458965661d37f \
0038551ecaf37d0cd99832217f79e56d"
DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.11-ga/jdk17u-jdk-17.0.11-ga.tar.gz \
DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.12-ga/jdk17u-jdk-17.0.12-ga.tar.gz \
https://slackware.uk/people/alien/slackbuilds/openjdk17/build/sources/OpenJDK-16.0.2-ga-linux-x86_64-bin.tar.xz \
https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-21.0.2/jtreg-7.3.1+1.tar.gz"
MD5SUM_x86_64="91a2dd8364f77d3012b4c8b4457e11fe \
MD5SUM_x86_64="2c3bfdf4913b598de945b20b827505f8 \
5a78816bed3c90f4552dc2163282faca \
0038551ecaf37d0cd99832217f79e56d"
REQUIRES=""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB