diff options
Diffstat (limited to 'development/jdk15/jdk15.SlackBuild')
-rw-r--r-- | development/jdk15/jdk15.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/jdk15/jdk15.SlackBuild b/development/jdk15/jdk15.SlackBuild index 0eef9a8f8212..a0ad846bceae 100644 --- a/development/jdk15/jdk15.SlackBuild +++ b/development/jdk15/jdk15.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jdk15 -# Copyright 2019, 2020 Igor Alexandrov <igor.alexandrov@outlook.com> +# Copyright 2019-2021 Igor Alexandrov <igor.alexandrov@outlook.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=jdk15 -VERSION=${VERSION:-15.0.1} +VERSION=${VERSION:-15.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |