diff options
-rw-r--r-- | libraries/gupnp/gupnp.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/gupnp/gupnp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/gupnp/gupnp.SlackBuild b/libraries/gupnp/gupnp.SlackBuild index 896e200a83..93a041ba3f 100644 --- a/libraries/gupnp/gupnp.SlackBuild +++ b/libraries/gupnp/gupnp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gupnp -# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2016-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gupnp -VERSION=${VERSION:-1.6.7} +VERSION=${VERSION:-1.6.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/gupnp/gupnp.info b/libraries/gupnp/gupnp.info index 2e18172985..5cbf5d8823 100644 --- a/libraries/gupnp/gupnp.info +++ b/libraries/gupnp/gupnp.info @@ -1,8 +1,8 @@ PRGNAM="gupnp" -VERSION="1.6.7" +VERSION="1.6.8" HOMEPAGE="https://wiki.gnome.org/GUPnP/" -DOWNLOAD="https://download.gnome.org/sources/gupnp/1.6/gupnp-1.6.7.tar.xz" -MD5SUM="4277a100e9c909069e64086d20605bb5" +DOWNLOAD="https://download.gnome.org/sources/gupnp/1.6/gupnp-1.6.8.tar.xz" +MD5SUM="6152851a7e731f45eaf0b77263567c23" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gssdp" |