From 4b36f8b2533a0b15a58e07a5b09b3ec9cf6ee3c8 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 21 Dec 2020 16:39:01 +0100 Subject: [PATCH] miniupnpd: update to 2.2.1. --- srcpkgs/miniupnpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/miniupnpd/template b/srcpkgs/miniupnpd/template index 8f3126e703..a406253f2e 100644 --- a/srcpkgs/miniupnpd/template +++ b/srcpkgs/miniupnpd/template @@ -1,6 +1,6 @@ # Template file for 'miniupnpd' pkgname=miniupnpd -version=2.2.0 +version=2.2.1 revision=1 build_style=configure configure_args=" @@ -22,7 +22,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=f105210a13ed0ebfc649f661ecc59e0a072cc547b04977851f22b5521b4cadff +checksum=f158dc73b718ca72da69e25ef23c57c3a10a0d7e7d1b4b9b57d5690823040ec2 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then makedepends+=" musl-legacy-compat"