From 5bfb2b5cdab59e47921347812476c110144f1b62 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 16 Dec 2023 19:36:17 +0100 Subject: [PATCH] libupnp: update to 1.14.18. --- srcpkgs/libupnp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libupnp/template b/srcpkgs/libupnp/template index bb6f91f9438..1d2cc5bdfc3 100644 --- a/srcpkgs/libupnp/template +++ b/srcpkgs/libupnp/template @@ -1,7 +1,7 @@ # Template file for 'libupnp' pkgname=libupnp -version=1.14.12 -revision=2 +version=1.14.18 +revision=1 build_style=gnu-configure configure_args="--enable-reuseaddr --disable-blocking-tcp-connections" hostmakedepends="automake libtool pkg-config" @@ -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=091c80aada1e939c2294245c122be2f5e337cc932af7f7d40504751680b5b5ac +checksum=16a7cee93ce2868ae63ab1a8164dc7de43577c59983b9f61293a310d6888dceb CFLAGS="-D_FILE_OFFSET_BITS=64"