libupnp, bump version (#9031)

This commit is contained in:
Schrijvers Luc
2023-07-13 14:08:09 +02:00
committed by GitHub
parent 1d499e4229
commit e87cf9e082
2 changed files with 5 additions and 4 deletions

View File

@@ -9,9 +9,9 @@ COPYRIGHT="2000-2003 Intel Corporation
2005-2006 Rémi Turboult
2006 Michel Pfeiffer and others"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/pupnp/pupnp/archive/release-$portVersion.tar.gz"
CHECKSUM_SHA256="6a7f26818d5aa3949bc2e68739387a261c564430ba612f793c61d31619dde1e4"
CHECKSUM_SHA256="6616d1eef11bbbe3015bf3f4d42138ad09cf38560ab4ffc3e42d3f93a7794699"
SOURCE_DIR="pupnp-release-$portVersion"
PATCHES="libupnp-$portVersion.patchset"
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86"
libIxmlVersion="11.1.2"
libIxmlVersionCompat="$libIxmlVersion compat >= ${libIxmlVersion%%.*}"
libUpnpVersion="17.1.3"
libUpnpVersion="17.1.8"
libUpnpVersionCompat="$libUpnpVersion compat >= ${libUpnpVersion%%.*}"
PROVIDES="
@@ -57,7 +57,8 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -fi
runConfigure ./configure --disable-static
runConfigure ./configure --disable-static \
--enable-reuseaddr
make
}