mosquitto: update to 1.5.1.
This commit is contained in:
parent
68a11770aa
commit
e4bc2040dd
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.5
|
version=1.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
||||||
license="EPL-1.0, BSD-3-Clause-Attribution"
|
license="EPL-1.0, BSD-3-Clause-Attribution"
|
||||||
homepage="http://mosquitto.org"
|
homepage="http://mosquitto.org"
|
||||||
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=80c9606a906c736fe582b67bdfb650ee45239fea058fe34927f81277d3486e21
|
checksum=8557bc7ae34dfaf32a0fb56d2491b7a7f731269c88337227233013502df4d5b0
|
||||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in a new issue