development/OpenJDK17: Updated for version 17.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d5b713fc70
commit
25f298bf68
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for OpenJDK17 LTS
|
||||
|
||||
# Copyright 2021, 2022 Lenard Spencer, Orlando, Florida, USA
|
||||
# Copyright 2021, 2022, 2023, 2024 Lenard Spencer, Orlando, Florida, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=OpenJDK17
|
||||
VERSION=${VERSION:-17.0.10}
|
||||
VERSION=${VERSION:-17.0.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
PRGNAM="OpenJDK17"
|
||||
VERSION="17.0.10"
|
||||
VERSION="17.0.11"
|
||||
HOMEPAGE="https://openjdk.java.net/"
|
||||
DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.10-ga/jdk17u-jdk-17.0.10-ga.tar.gz \
|
||||
DOWNLOAD="https://github.com/openjdk/jdk17u/archive/jdk-17.0.11-ga/jdk17u-jdk-17.0.11-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="622d3d09c98173b875d839339fabe99f \
|
||||
MD5SUM="91a2dd8364f77d3012b4c8b4457e11fe \
|
||||
1122a0355d0f85af1f4458965661d37f \
|
||||
0038551ecaf37d0cd99832217f79e56d"
|
||||
DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.10-ga/jdk17u-jdk-17.0.10-ga.tar.gz \
|
||||
DOWNLOAD_x86_64="https://github.com/openjdk/jdk17u/archive/jdk-17.0.11-ga/jdk17u-jdk-17.0.11-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="622d3d09c98173b875d839339fabe99f \
|
||||
MD5SUM_x86_64="91a2dd8364f77d3012b4c8b4457e11fe \
|
||||
5a78816bed3c90f4552dc2163282faca \
|
||||
0038551ecaf37d0cd99832217f79e56d"
|
||||
REQUIRES=""
|
||||
|
|
|
@ -28,6 +28,9 @@ in $TMP/jtreg-reports if you want to review them.
|
|||
After installing this package you will need to logout/login to your
|
||||
machine as it will add new files to the /etc/profile.d folder.
|
||||
|
||||
NOTE: This needs almost 4 GB of storage to build, so if space on your
|
||||
/tmp is limited, you may want to adjust $TMP to another partition.
|
||||
|
||||
BIG FAT NOTE: If you have ANY JDK installed (jdk, zulu-openjdk,
|
||||
OpenJDK, etc.), you MUST first uninstall it, then logout/login to
|
||||
clear the JAVA_HOME folder from your $PATH in order to build this
|
||||
|
|
Loading…
Reference in New Issue