From 4c165ab6ab5538d8b3fa4a3c8975f4a1aa721e01 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sat, 14 Jun 2025 22:19:36 +0200 Subject: [PATCH] libupnp: update to 1.14.24. --- srcpkgs/libupnp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libupnp/template b/srcpkgs/libupnp/template index 622852980d4..272ce40249d 100644 --- a/srcpkgs/libupnp/template +++ b/srcpkgs/libupnp/template @@ -1,6 +1,6 @@ # Template file for 'libupnp' pkgname=libupnp -version=1.14.20 +version=1.14.24 revision=1 build_style=gnu-configure configure_args="--enable-reuseaddr --disable-blocking-tcp-connections" @@ -11,7 +11,7 @@ license="BSD-3-Clause" homepage="https://pupnp.github.io/pupnp/" changelog="https://pupnp.github.io/pupnp/ChangeLog" distfiles="https://github.com/pupnp/pupnp/releases/download/release-$version/$pkgname-$version.tar.bz2" -checksum=ee4b4f85aa00ce38b782cf480fa569a90c7ccb23b0a9a076073a2d0bd6227335 +checksum=8dfde05f63e91644e907dcfb7305955ad064b4cf6e5103cb37a7c57c50d1dd11 CFLAGS="-D_FILE_OFFSET_BITS=64"