diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-14 08:19:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-14 08:19:02 +0700 |
commit | d1b1aa57ea4f8e528f75f758db2cc3ca4223444a (patch) | |
tree | bdcc2d3516209cb5ef339204886da008db43e2a4 /libraries/gupnp | |
parent | 4a60bd4f2404e796dbf464997e96bbf7fddd3ac7 (diff) |
gupnp: Updated for version 1.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gupnp')
-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 df117d000795..efd9450685b1 100644 --- a/libraries/gupnp/gupnp.SlackBuild +++ b/libraries/gupnp/gupnp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gupnp -# Copyright 2016-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2016-2022 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.4.1} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/gupnp/gupnp.info b/libraries/gupnp/gupnp.info index 244d9a229599..d330bbec2728 100644 --- a/libraries/gupnp/gupnp.info +++ b/libraries/gupnp/gupnp.info @@ -1,8 +1,8 @@ PRGNAM="gupnp" -VERSION="1.4.1" +VERSION="1.4.2" HOMEPAGE="https://wiki.gnome.org/GUPnP/" -DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.4/gupnp-1.4.1.tar.xz" -MD5SUM="0d99c1e9ee88d43f4b72a7f9d5c8e55e" +DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.4/gupnp-1.4.2.tar.xz" +MD5SUM="2b0bc9200a221905a32357edec12e5e2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gssdp" |