diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-23 06:30:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-23 06:30:34 +0700 |
commit | 094f5b103785d0a984842c30ab7c21770e84ec71 (patch) | |
tree | e5950163212815393c01927f0d154cade7c82de0 /libraries/gupnp | |
parent | 9893dc0f7fa23337da55c79b114119e50d35a8e0 (diff) |
libraries/gupnp: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gupnp')
-rw-r--r-- | libraries/gupnp/gupnp.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/gupnp/gupnp.info | 6 |
2 files changed, 4 insertions, 7 deletions
diff --git a/libraries/gupnp/gupnp.SlackBuild b/libraries/gupnp/gupnp.SlackBuild index 8ddccdbed991..17e669240b36 100644 --- a/libraries/gupnp/gupnp.SlackBuild +++ b/libraries/gupnp/gupnp.SlackBuild @@ -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 diff --git a/libraries/gupnp/gupnp.info b/libraries/gupnp/gupnp.info index e248610f422d..d3024351c07f 100644 --- a/libraries/gupnp/gupnp.info +++ b/libraries/gupnp/gupnp.info @@ -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" |