mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/mosquitto: Updated for version 1.6.0
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
54be9f6f08
commit
a390bd0c25
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mosquitto
|
||||
VERSION=${VERSION:-1.5.8}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="1.5.8"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="https://mosquitto.org/"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-1.5.8.tar.gz"
|
||||
MD5SUM="bbbcceb32db3657d9d436a8440a9db1c"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-1.6.0.tar.gz"
|
||||
MD5SUM="ad83cc8396a32b019524e71c64086cac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue