mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/mosquitto: Updated for version 2.0.5
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fd2e7a053a
commit
28d3630145
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mosquitto
|
||||
|
||||
# Copyright 2011-2020 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2011-2021 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.6.12}
|
||||
VERSION=${VERSION:-2.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -99,7 +99,8 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
LICENSE.txt CONTRIBUTING.md compiling.txt mosquitto.conf *.example examples readme.* \
|
||||
LICENSE.txt README-compiling.md README-letsencrypt.md README.md \
|
||||
CONTRIBUTING.md mosquitto.conf *.example examples *.html \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="1.6.12"
|
||||
VERSION="2.0.5"
|
||||
HOMEPAGE="https://mosquitto.org/"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-1.6.12.tar.gz"
|
||||
MD5SUM="beb8d76d6e45f1e66d711006082a631f"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-2.0.5.tar.gz"
|
||||
MD5SUM="8e70da210301d2f60627170a1064f8f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue