diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2024-06-17 21:13:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-17 21:58:56 +0700 |
commit | 25f298bf681abe945918b96cefa6938fa40bef41 (patch) | |
tree | c9c144ea1f18bb1a2801b711c1a8b628e48d1411 /development/OpenJDK17 | |
parent | d5b713fc7052266be6a4e20b20321b29a4d8c2a8 (diff) |
development/OpenJDK17: Updated for version 17.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/OpenJDK17')
-rw-r--r-- | development/OpenJDK17/OpenJDK17.SlackBuild | 4 | ||||
-rw-r--r-- | development/OpenJDK17/OpenJDK17.info | 10 | ||||
-rw-r--r-- | development/OpenJDK17/README | 3 |
3 files changed, 10 insertions, 7 deletions
diff --git a/development/OpenJDK17/OpenJDK17.SlackBuild b/development/OpenJDK17/OpenJDK17.SlackBuild index fb25bfff3a..6bcc9e2298 100644 --- a/development/OpenJDK17/OpenJDK17.SlackBuild +++ b/development/OpenJDK17/OpenJDK17.SlackBuild @@ -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} diff --git a/development/OpenJDK17/OpenJDK17.info b/development/OpenJDK17/OpenJDK17.info index 5a7f7b3341..c0c6783eb9 100644 --- a/development/OpenJDK17/OpenJDK17.info +++ b/development/OpenJDK17/OpenJDK17.info @@ -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="" diff --git a/development/OpenJDK17/README b/development/OpenJDK17/README index 38d5533c40..58ff79465c 100644 --- a/development/OpenJDK17/README +++ b/development/OpenJDK17/README @@ -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 |