diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2022-05-07 07:16:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:30 +0700 |
commit | e8236689a0709470eb2c6c18c6659e7b812602d3 (patch) | |
tree | cb0da3e57936fab0a409a98a2cdf95b38284829a | |
parent | 2de3e3521ddec7d6c4e1197636ee9f8cf2bbfcb1 (diff) | |
download | slackbuilds-e8236689a0709470eb2c6c18c6659e7b812602d3.tar.gz |
development/OpenJDK11: Updated for version 11.0.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/OpenJDK11/OpenJDK11.SlackBuild | 2 | ||||
-rw-r--r-- | development/OpenJDK11/OpenJDK11.info | 10 | ||||
-rw-r--r-- | development/OpenJDK11/slack-desc | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/development/OpenJDK11/OpenJDK11.SlackBuild b/development/OpenJDK11/OpenJDK11.SlackBuild index da6dc409d6..17fa2388a2 100644 --- a/development/OpenJDK11/OpenJDK11.SlackBuild +++ b/development/OpenJDK11/OpenJDK11.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=OpenJDK11 -VERSION=${VERSION:-11.0.14.1} +VERSION=${VERSION:-11.0.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/OpenJDK11/OpenJDK11.info b/development/OpenJDK11/OpenJDK11.info index ab70df389c..262577fb84 100644 --- a/development/OpenJDK11/OpenJDK11.info +++ b/development/OpenJDK11/OpenJDK11.info @@ -1,16 +1,16 @@ PRGNAM="OpenJDK11" -VERSION="11.0.14.1" +VERSION="11.0.15" HOMEPAGE="https://openjdk.java.net/" -DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.14.1-ga/jdk11u-jdk-11.0.14.1-ga.tar.gz \ +DOWNLOAD="https://github.com/openjdk/jdk11u/archive/jdk-11.0.15-ga/jdk11u-jdk-11.0.15-ga.tar.gz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-10.0.2/OpenJDK-10.0.2+13-i686-bin.tar.xz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-16.0.2/jtreg-4.2.0-tip.tar.gz" -MD5SUM="9e357196b0a0d50e4955882bfa97a2f9 \ +MD5SUM="9d4798b6535e81e518279522a9c118b7 \ d66af9a4303ce9d0c93c92945048e361 \ 11818f2ae4be19d2c7ae6501be60ee98" -DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.14.1-ga/jdk11u-jdk-11.0.14.1-ga.tar.gz \ +DOWNLOAD_x86_64="https://github.com/openjdk/jdk11u/archive/jdk-11.0.15-ga/jdk11u-jdk-11.0.15-ga.tar.gz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-10.0.2/OpenJDK-10.0.2+13-x86_64-bin.tar.xz \ https://anduin.linuxfromscratch.org/BLFS/OpenJDK/OpenJDK-16.0.2/jtreg-4.2.0-tip.tar.gz" -MD5SUM_x86_64="9e357196b0a0d50e4955882bfa97a2f9 \ +MD5SUM_x86_64="9d4798b6535e81e518279522a9c118b7 \ a550f9e2aa1e8437346bb52a7b36052e \ 11818f2ae4be19d2c7ae6501be60ee98" REQUIRES="" diff --git a/development/OpenJDK11/slack-desc b/development/OpenJDK11/slack-desc index 5585c24c1f..945e52a356 100644 --- a/development/OpenJDK11/slack-desc +++ b/development/OpenJDK11/slack-desc @@ -6,9 +6,9 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -OpenJDK11: OpenJDK11 (open implementation of JDK 11) +OpenJDK11: OpenJDK11 (open implementation of JDK 11 LTS) OpenJDK11: -OpenJDK11: OpenJDK11 is an open source implementation of version 11 of the +OpenJDK11: OpenJDK11 is an open source implementation of LTS version 11 of the OpenJDK11: Java Development Kit, Standard Edition. It includes tools for OpenJDK11: developing, testing, and running programs written in Java. OpenJDK11: |