diff options
author | Igor Alexandrov <igor.alexandrov@outlook.com> | 2020-04-24 07:45:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-24 07:45:38 +0700 |
commit | 651fcb4a5f3c8b163358d9c3658193db38d0e274 (patch) | |
tree | 964cc81bbac081047d715b519ad2e7222bb9f4ac | |
parent | 5e7f8fe9547a7c5a60877c84cad848b70eb51e26 (diff) |
development/jdk13: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jdk13/README | 8 | ||||
-rw-r--r-- | development/jdk13/jdk13.SlackBuild | 6 | ||||
-rw-r--r-- | development/jdk13/jdk13.info | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/development/jdk13/README b/development/jdk13/README index 6d3e2dd1b14c..9d7c9165667c 100644 --- a/development/jdk13/README +++ b/development/jdk13/README @@ -1,3 +1,5 @@ +jdk13 (Java Platform Standard Edition Development Kit) + The Java Platform Standard Edition Development Kit (JDK) includes both the runtime environment (Java virtual machine, the Java platform classes and supporting files) and development tools @@ -9,11 +11,15 @@ Java Platform Standard Edition Runtime Environment. More details: https://developer.oracle.com/java/ +WARNING: These older versions of the JRE and JDK are provided to help +developers debug issues in older systems. They are not updated with the latest +security patches and are not recommended for use in production. + This SlackBuild will repackage official Oracle JDK archive. You must accept the Oracle Technology Network License Agreement for Oracle Java SE to download this software -https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html +https://www.oracle.com/java/technologies/javase/jdk13-archive-downloads.html After installation you will need to log out from the system and log in back for environment variables get updated. diff --git a/development/jdk13/jdk13.SlackBuild b/development/jdk13/jdk13.SlackBuild index d914c5c2a279..e79463eedf4a 100644 --- a/development/jdk13/jdk13.SlackBuild +++ b/development/jdk13/jdk13.SlackBuild @@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/sh -eu # Slackware build script for jdk13 -# Copyright 2019 2020 Igor Alexandrov <igora.vault@gmail.com> +# Copyright 2019, 2020 Igor Alexandrov <igor.alexandrov@outlook.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -46,8 +46,6 @@ if [ "$ARCH" != "x86_64" ]; then fi LIBDIRSUFFIX=64 -set -e - rm -rf $PKG mkdir -p $TMP $OUTPUT \ $PKG/{install,etc/profile.d,usr/{bin,lib${LIBDIRSUFFIX},doc/$PRGNAM-$VERSION,man/man1}} diff --git a/development/jdk13/jdk13.info b/development/jdk13/jdk13.info index b98e96c4ec76..e986ef747cf9 100644 --- a/development/jdk13/jdk13.info +++ b/development/jdk13/jdk13.info @@ -3,8 +3,8 @@ VERSION="13.0.2" HOMEPAGE="https://www.oracle.com/technetwork/java/javase/downloads/index.html" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.oracle.com/otn-pub/java/jdk/13.0.2+8/d4173c853231432d94f001e99d882ca7/jdk-13.0.2_linux-x64_bin.tar.gz" +DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/13.0.2+8/d4173c853231432d94f001e99d882ca7/jdk-13.0.2_linux-x64_bin.tar.gz" MD5SUM_x86_64="d9cd84b90be7130094b1cae31b352abe" REQUIRES="" MAINTAINER="Igor Alexandrov" -EMAIL="igora.vault@gmail.com" +EMAIL="igor.alexandrov@outlook.com" |