mosquitto: update to 2.0.18, orphan

This commit is contained in:
Andrew J. Hesford 2024-03-07 08:39:03 -05:00
parent 14ce255791
commit 07be68b758

View file

@ -1,7 +1,7 @@
# Template file for 'mosquitto'
pkgname=mosquitto
version=2.0.15
revision=2
version=2.0.18
revision=1
build_style=gnu-makefile
make_build_args="WITH_WEBSOCKETS=yes WITH_BUNDLED_DEPS=no"
make_install_args="prefix=/usr"
@ -10,11 +10,11 @@ conf_files="/etc/mosquitto/mosquitto.conf"
makedepends="c-ares-devel openssl-devel uthash libwebsockets-devel cJSON-devel"
checkdepends="CUnit-devel python3"
short_desc="MQTT version 3.1/3.1.1/5.0 compatible message broker"
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="EPL-1.0, BSD-3-Clause-Attribution"
homepage="https://mosquitto.org"
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
checksum=4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27039ac6
checksum=d665fe7d0032881b1371a47f34169ee4edab67903b2cd2b4c083822823f4448a
# testing too long ?
make_check="ci-skip"