mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/mosquitto: Updated for version 2.0.20
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c34c65f277
commit
853e8f8dab
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mosquitto
|
||||
|
||||
# Copyright 2011-2023 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2011-2024 Christoph Willing, Sydney 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.18}
|
||||
VERSION=${VERSION:-2.0.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="2.0.18"
|
||||
VERSION="2.0.20"
|
||||
HOMEPAGE="https://mosquitto.org/"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.18.tar.gz"
|
||||
MD5SUM="7fe95d0bef1aacd291d21d7752fbd21b"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.20.tar.gz"
|
||||
MD5SUM="d2c42e267a4d4eb9498b9ac0bae698e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue