diff options
Diffstat (limited to 'development/jdk13/jdk13.SlackBuild')
-rw-r--r-- | development/jdk13/jdk13.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jdk13/jdk13.SlackBuild b/development/jdk13/jdk13.SlackBuild index c0a79995344f2..d914c5c2a279f 100644 --- a/development/jdk13/jdk13.SlackBuild +++ b/development/jdk13/jdk13.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jdk13 -# Copyright 2019 Igor Alexandrov <igor.s.alexandrov@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=jdk13 -VERSION=${VERSION:-13.0.1} +VERSION=${VERSION:-13.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |