mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/mosquitto: Updated for version 1.5.8
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
33824d3bd2
commit
f60a7d268d
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.7}
|
||||
VERSION=${VERSION:-1.5.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="1.5.7"
|
||||
VERSION="1.5.8"
|
||||
HOMEPAGE="https://mosquitto.org/"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-1.5.7.tar.gz"
|
||||
MD5SUM="cdb4d2776e498d7a83b37921f9877e08"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-1.5.8.tar.gz"
|
||||
MD5SUM="bbbcceb32db3657d9d436a8440a9db1c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue