diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-08-30 15:12:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-06 08:50:30 +0700 |
commit | 7b9d8fadc76e5f5e469fe4b862a8e0e9b8b541a6 (patch) | |
tree | 73d49b47f919840f75225292dac2a0ebcf020d24 /development/jdk11 | |
parent | 552117cde33d45adcd8c6490fec8c4f698a0fe78 (diff) |
development/jdk11: Updated for version 11.0.12.
Move the "set -eu" lower or script stops
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk11')
-rw-r--r-- | development/jdk11/jdk11.SlackBuild | 6 | ||||
-rw-r--r-- | development/jdk11/jdk11.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jdk11/jdk11.SlackBuild b/development/jdk11/jdk11.SlackBuild index da5061a7a85f..272f86d66030 100644 --- a/development/jdk11/jdk11.SlackBuild +++ b/development/jdk11/jdk11.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jdk11 -VERSION=${VERSION:-11.0.11} +VERSION=${VERSION:-11.0.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,8 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -set -eu - # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information # could be useful to other scripts. @@ -48,6 +46,8 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi +set -eu + TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} diff --git a/development/jdk11/jdk11.info b/development/jdk11/jdk11.info index 0689b0602778..61610c022584 100644 --- a/development/jdk11/jdk11.info +++ b/development/jdk11/jdk11.info @@ -1,10 +1,10 @@ PRGNAM="jdk11" -VERSION="11.0.11" +VERSION="11.0.12" HOMEPAGE="https://developer.oracle.com/java" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/11.0.11%2B9/ab2da78f32ed489abb3ff52fd0a02b1c/jdk-11.0.11_linux-x64_bin.tar.gz" -MD5SUM_x86_64="36eba415122abe0355a8239389f1ab25" +DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/11.0.12+8/f411702ca7704a54a79ead0c2e0942a3/jdk-11.0.12_linux-x64_bin.tar.gz?AuthParam=1630328792_80e3bfc8ea574dfdd3391fd65ea454d3" +MD5SUM_x86_64="ce9d5fecc743ab9f808415132938addb" REQUIRES="" MAINTAINER="Igor Alexandrov" EMAIL="igor.alexandrov@outlook.com" |