From d6f6dfcb5387e8fc972819cb47ce2b4bd9aaa47c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 25 Jan 2022 13:56:57 +0100 Subject: [PATCH] miniupnpd: update to 2.3.0. --- srcpkgs/miniupnpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/miniupnpd/template b/srcpkgs/miniupnpd/template index 2886dd97465..42e5a1c0b97 100644 --- a/srcpkgs/miniupnpd/template +++ b/srcpkgs/miniupnpd/template @@ -1,6 +1,6 @@ # Template file for 'miniupnpd' pkgname=miniupnpd -version=2.2.3 +version=2.3.0 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=f89c310ce9575183af3fec61af65e548f85114133df8caaaa9e204c13b7a9da5 +checksum=ff9e95e360c7baae757575b5badc21ab1c643d359956f968540b4f8026facf9c if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"