diff options
author | Igor Alexandrov <igora.vault@gmail.com> | 2020-01-25 09:06:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:06:31 +0700 |
commit | 7b9db9e2e4be85c53435f65583647f2de9a316c9 (patch) | |
tree | 30a8156fa54be353d42c6c7c0575e5a00a66703c /development/jdk11/jdk11.SlackBuild | |
parent | 5cbab2de79f518173450c7fae133472b73af2268 (diff) | |
download | slackbuilds-7b9db9e2e4be85c53435f65583647f2de9a316c9.tar.gz |
development/jdk11: Updated for version 11.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jdk11/jdk11.SlackBuild')
-rw-r--r-- | development/jdk11/jdk11.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jdk11/jdk11.SlackBuild b/development/jdk11/jdk11.SlackBuild index 24da37a05e..bc52b2f43b 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} |