libraries/gupnp: Updated for version 1.6.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-09-23 06:30:34 +07:00
parent 9893dc0f7f
commit 094f5b1037
2 changed files with 4 additions and 7 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gupnp
VERSION=${VERSION:-1.4.3}
VERSION=${VERSION:-1.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="gupnp"
VERSION="1.4.3"
VERSION="1.6.0"
HOMEPAGE="https://wiki.gnome.org/GUPnP/"
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.4/gupnp-1.4.3.tar.xz"
MD5SUM="ce880490a55b516aa78a5f994227dcfe"
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.6/gupnp-1.6.0.tar.xz"
MD5SUM="afef11193391737fc3c5ae77d44931c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gssdp"