summaryrefslogtreecommitdiffstats
path: root/system/apache-tomcat/apache-tomcat.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/apache-tomcat/apache-tomcat.SlackBuild')
-rw-r--r--system/apache-tomcat/apache-tomcat.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/apache-tomcat/apache-tomcat.SlackBuild b/system/apache-tomcat/apache-tomcat.SlackBuild
index 45e9221db6..694d71d493 100644
--- a/system/apache-tomcat/apache-tomcat.SlackBuild
+++ b/system/apache-tomcat/apache-tomcat.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for apache-tomcat
-# Copyright 2008-2021 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2023 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2010 Vincent Batts, vbatts@hashbangbash.com, http://hashbangbash.com/
# All rights reserved.
#
@@ -26,15 +26,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=apache-tomcat
-VERSION=${VERSION:-10.0.20}
+VERSION=${VERSION:-10.0.27}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0