From 428debbf6c3c7d513bf9c506c35062fbbe04f90d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 8 Mar 2021 00:14:06 +0100 Subject: [PATCH] libupnp: update to 1.14.4. also switch to github upstream. --- srcpkgs/libupnp/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libupnp/template b/srcpkgs/libupnp/template index 9adb5f00da65..b13c99374a98 100644 --- a/srcpkgs/libupnp/template +++ b/srcpkgs/libupnp/template @@ -1,15 +1,15 @@ # Template file for 'libupnp' pkgname=libupnp -version=1.14.0 +version=1.14.4 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" short_desc="Portable Open Source UPnP Development Kit" maintainer="Orphaned " license="BSD-3-Clause" -homepage="http://pupnp.sourceforge.net/" -distfiles="${SOURCEFORGE_SITE}/pupnp/$pkgname-$version.tar.bz2" -checksum=ecb23d4291968c8a7bdd4eb16fc2250dbacc16b354345a13342d67f571d35ceb +homepage="https://pupnp.github.io/pupnp/" +distfiles="https://github.com/pupnp/pupnp/releases/download/release-$version/$pkgname-$version.tar.bz2" +checksum=cd649ef53070e9b88680f730ed5b3f919658582d43dd315a2ed8b6105c6fbe63 CFLAGS="-D_FILE_OFFSET_BITS=64"