mosquitto: update to 1.5.5.
This commit is contained in:
parent
8eca46ff88
commit
d655953388
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'mosquitto'
|
||||
pkgname=mosquitto
|
||||
version=1.5.4
|
||||
revision=2
|
||||
version=1.5.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||
make_install_args="prefix=/usr"
|
||||
make_check_target=test
|
||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||
makedepends="c-ares-devel libressl-devel libuuid-devel libwebsockets-devel"
|
||||
checkdepends="python"
|
||||
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
||||
|
@ -13,8 +14,7 @@ maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
|||
license="EPL-1.0, BSD-3-Clause-Attribution"
|
||||
homepage="http://mosquitto.org"
|
||||
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
||||
checksum=5fd7f3454fd6d286645d032bc07f44a1c8583cec02ef2422c9eb32e0a89a9b2f
|
||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||
checksum=fcdb47e340864c545146681af7253399cc292e41775afd76400fda5b0d23d668
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Reference in New Issue