diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-15 15:49:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-15 15:49:00 +0700 |
commit | 7854117c56638e9c9ffba77c181a0c0183a251d2 (patch) | |
tree | 60dd50acc546b420d4a561ea8b4424f6c4ca2612 /system/apache-tomcat/apache-tomcat.SlackBuild | |
parent | 298e26793a123a93a98e85eb56957d7d77076c69 (diff) |
system/apache-tomcat: Updated for version 10.0.27.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apache-tomcat/apache-tomcat.SlackBuild')
-rw-r--r-- | system/apache-tomcat/apache-tomcat.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/apache-tomcat/apache-tomcat.SlackBuild b/system/apache-tomcat/apache-tomcat.SlackBuild index 45e9221db6d5a..694d71d493024 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 |