From 689a2e24ffc3471365ebfe2371b85b281c191fe3 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 20 Mar 2024 22:05:47 +0100 Subject: [PATCH] miniupnpd: update to 2.3.6. --- srcpkgs/miniupnpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/miniupnpd/template b/srcpkgs/miniupnpd/template index 106550effbb..c4953bba907 100644 --- a/srcpkgs/miniupnpd/template +++ b/srcpkgs/miniupnpd/template @@ -1,6 +1,6 @@ # Template file for 'miniupnpd' pkgname=miniupnpd -version=2.3.5 +version=2.3.6 revision=1 build_style=configure configure_args=" @@ -23,7 +23,7 @@ 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=9637a412c33d2778cdae561058933b4e0b67465ff134e96761a7b19751b2fa0f +checksum=11ca7bf4d4ba6c6ba12c70c3041807f516f4d9f6b6697bea04e837626b9d679c if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"