mosquitto: update to 1.5.1.
This commit is contained in:
parent
68a11770aa
commit
e4bc2040dd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mosquitto'
|
||||
pkgname=mosquitto
|
||||
version=1.5
|
||||
revision=2
|
||||
version=1.5.1
|
||||
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"
|
||||
|
@ -11,7 +11,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=80c9606a906c736fe582b67bdfb650ee45239fea058fe34927f81277d3486e21
|
||||
checksum=8557bc7ae34dfaf32a0fb56d2491b7a7f731269c88337227233013502df4d5b0
|
||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in New Issue