misc/mosquitto: Updated for version 2.0.15

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2022-09-16 23:00:18 +10:00 committed by Willy Sudiarto Raharjo
parent beb89b5059
commit b56f143713
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for mosquitto
# Copyright 2011-2021 Christoph Willing, Brisbane Australia
# Copyright 2011-2022 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mosquitto
VERSION=${VERSION:-2.0.14}
VERSION=${VERSION:-2.0.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,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

View file

@ -1,8 +1,8 @@
PRGNAM="mosquitto"
VERSION="2.0.14"
VERSION="2.0.15"
HOMEPAGE="https://mosquitto.org/"
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.14.tar.gz"
MD5SUM="abe42d8cdb4ec973bdbecc6da29cb98f"
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.15.tar.gz"
MD5SUM="22b7a8b05caa692cb22496b791529193"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""