mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/mosquitto: Updated for version 2.0.14
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce5d5f7f79
commit
442cf23101
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mosquitto
|
||||
VERSION=${VERSION:-2.0.13}
|
||||
VERSION=${VERSION:-2.0.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="2.0.13"
|
||||
VERSION="2.0.14"
|
||||
HOMEPAGE="https://mosquitto.org/"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.13.tar.gz"
|
||||
MD5SUM="d599b8893d6ada33c451706c02664df8"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.14.tar.gz"
|
||||
MD5SUM="abe42d8cdb4ec973bdbecc6da29cb98f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue