mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
misc/mosquitto: Updated for version 1.4.11
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
This commit is contained in:
parent
8b41bcf41e
commit
1b0944c4c1
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mosquitto
|
||||
|
||||
# Copyright 2011-2016 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2011-2017 Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mosquitto
|
||||
VERSION=${VERSION:-1.4.10}
|
||||
VERSION=${VERSION:-1.4.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="1.4.10"
|
||||
VERSION="1.4.11"
|
||||
HOMEPAGE="http://mosquitto.org/"
|
||||
DOWNLOAD="http://mosquitto.org/files/source/mosquitto-1.4.10.tar.gz"
|
||||
MD5SUM="61839b47b58c5799aab76584f13ed66f"
|
||||
DOWNLOAD="http://mosquitto.org/files/source/mosquitto-1.4.11.tar.gz"
|
||||
MD5SUM="c217dea4bdc7573a2eaea8387c18a19e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue