diff options
-rw-r--r-- | development/jdk11/jdk11.SlackBuild | 4 | ||||
-rw-r--r-- | development/jdk11/jdk11.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jdk11/jdk11.SlackBuild b/development/jdk11/jdk11.SlackBuild index 24da37a05ea55..bc52b2f43b37a 100644 --- a/development/jdk11/jdk11.SlackBuild +++ b/development/jdk11/jdk11.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jdk11 -# Copyright 2019 Igor Alexandrov <igora.vault@gmail.com> +# Copyright 2019 2020 Igor Alexandrov <igora.vault@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jdk11 -VERSION=${VERSION:-11.0.5} +VERSION=${VERSION:-11.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jdk11/jdk11.info b/development/jdk11/jdk11.info index d474b81ab5334..0f96197cb148b 100644 --- a/development/jdk11/jdk11.info +++ b/development/jdk11/jdk11.info @@ -1,10 +1,10 @@ PRGNAM="jdk11" -VERSION="11.0.5" +VERSION="11.0.6" HOMEPAGE="https://www.oracle.com/technetwork/java/javase/downloads/index.html" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/11.0.5+10/e51269e04165492b90fa15af5b4eb1a5/jdk-11.0.5_linux-x64_bin.tar.gz" -MD5SUM_x86_64="8a6fa2e2ce09c1cf9de4b3a77dcc867d" +DOWNLOAD_x86_64="https://download.oracle.com/otn/java/jdk/11.0.6+8/90eb79fb590d45c8971362673c5ab495/jdk-11.0.6_linux-x64_bin.tar.gz" +MD5SUM_x86_64="a1c006e67657892168532af68a89230f" REQUIRES="" MAINTAINER="Igor Alexandrov" EMAIL="igora.vault@gmail.com" |