From 6fb7210fbfd7d20df611a341bee095342f1e467a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Fri, 9 Sep 2022 10:58:41 -0400 Subject: [PATCH] pupnp: bump Change-Id: Ieaa87654df3eebf6f2b0e74e45e69df80f6cfab0 --- contrib/src/upnp/SHA512SUMS | 2 +- contrib/src/upnp/rules.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/src/upnp/SHA512SUMS b/contrib/src/upnp/SHA512SUMS index 219dd6541c..dc8242f34b 100644 --- a/contrib/src/upnp/SHA512SUMS +++ b/contrib/src/upnp/SHA512SUMS @@ -1 +1 @@ -d7cf50e168aff2ef3ad08b4c383108d5044e4c9d2923088bb93423ee5fc555c32f0254f307cb86ea7c18197612cf2d2c6c681f82d99a6f01a68f86a21c6eecb7 pupnp-release-1.14.0.tar.gz \ No newline at end of file +ae6ae72a5e784a0f9508af94c4070627e791660fa37966e9825643fd0f88b171826bda9a2ec872d4961bf3454e5a9cd716127f0bdf6e63c789c4e22aab0b7e71 pupnp-release-1.14.13.tar.gz \ No newline at end of file diff --git a/contrib/src/upnp/rules.mak b/contrib/src/upnp/rules.mak index 4bfd039ba7..6bcd357828 100644 --- a/contrib/src/upnp/rules.mak +++ b/contrib/src/upnp/rules.mak @@ -1,9 +1,9 @@ # UPNP -UPNP_VERSION := 1.14.0 +UPNP_VERSION := 1.14.13 UPNP_URL := https://github.com/pupnp/pupnp/archive/release-$(UPNP_VERSION).tar.gz PKGS += upnp -ifeq ($(call need_pkg,"libupnp >= 1.8.4"),) +ifeq ($(call need_pkg,"libupnp >= 1.14.2"),) PKGS_FOUND += upnp endif -- GitLab