summaryrefslogtreecommitdiffstats
path: root/openjdk11
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-02-07 19:55:16 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-07 19:55:16 +0000
commitadbdab37782140b2793987703f1d445a6312810e (patch)
tree19105d6592e17cf73654b67ce131e5b3ae001277 /openjdk11
parentf54b56346211fed50f2dd028673d8da1daee21e6 (diff)
downloadasb-adbdab37782140b2793987703f1d445a6312810e.tar.gz
asb-adbdab37782140b2793987703f1d445a6312810e.tar.xz
openjdk11: update to 11.0.18_10
Diffstat (limited to 'openjdk11')
-rwxr-xr-xopenjdk11/build/openjdk11.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/openjdk11/build/openjdk11.SlackBuild b/openjdk11/build/openjdk11.SlackBuild
index 8b2ddfb8..64806e1e 100755
--- a/openjdk11/build/openjdk11.SlackBuild
+++ b/openjdk11/build/openjdk11.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# $Id$
# Copyright 2021, 2022 Lenard Spencer, Orlando, Florida, USA
-# Copyright 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -38,6 +38,8 @@
# * Initial build.
# 11.0.17_8-1: 27/nov/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 11.0.18_10-1:07/feb/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh openjdk11.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -46,8 +48,8 @@
# -----------------------------------------------------------------------------
PRGNAM=openjdk11
-VERSION=${VERSION:-11.0.17}
-UPDVER=${UPDVER:-"8"} # used as "+number" or "-ga"!
+VERSION=${VERSION:-11.0.18}
+UPDVER=${UPDVER:-"10"} # used as "+number" or "-ga"!
PKGVER=${VERSION}_${UPDVER}
BOOTVER=${BOOTVER:-"10.0.2+13"}