mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mosquitto: update to 1.5.8.
This commit is contained in:
parent
9ef321ea9b
commit
a6e51d6a28
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.5.7
|
version=1.5.8
|
||||||
revision=1
|
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
|
||||||
|
@ -14,7 +14,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=d4024c3388502d50be4192991e90d66dfb344376104df3f63846c9f201779955
|
checksum=78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue