miniupnpd: update to 2.2.3.

This commit is contained in:
Duncaen 2021-08-22 19:18:45 +02:00
parent 750d1cc40e
commit c1734b611a
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'miniupnpd'
pkgname=miniupnpd
version=2.2.2
version=2.2.3
revision=1
build_style=configure
configure_args="
@ -16,13 +16,14 @@ conf_files="
/etc/miniupnpd/*.sh"
hostmakedepends="pkg-config"
makedepends="libnfnetlink-devel iptables-devel openssl-devel"
checkdepends="iproute2 which"
short_desc="Lightweight UPnP IGD daemon"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://miniupnp.free.fr"
changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpd-${version}.tar.gz"
distfiles="http://miniupnp.free.fr/files/miniupnpd-${version}.tar.gz"
checksum=4b01c403d01c6ab140c9e4e744c89cdb66cbe25145d7a0d4566cc3fdcc0240c3
checksum=f89c310ce9575183af3fec61af65e548f85114133df8caaaa9e204c13b7a9da5
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"