network/prosody: Bump BUILD for new lua.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2024-10-24 15:54:48 -04:00 committed by Willy Sudiarto Raharjo
parent 2bab7e587c
commit 626cfe64f0
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -24,11 +24,14 @@
#
# Maintained by Gerardo Zamudio <gerardo.zamudio@linux.com>
# 20241024 bkw: Modified by SlackBuilds.org, BUILD=2:
# - bump BUILD due to lua upgrade to 5.4; no other changes.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=prosody
VERSION=${VERSION:-0.12.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -43,9 +46,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# 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