diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-23 06:25:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-23 06:25:46 +0700 |
commit | 9893dc0f7fa23337da55c79b114119e50d35a8e0 (patch) | |
tree | efeaf824588fa097e24c31ec5ea8852fc0eb29b8 | |
parent | 04fdd262f1e8ce271b1c4e47863375ee72f5c15b (diff) |
libraries/gssdp: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/gssdp/gssdp.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/gssdp/gssdp.info | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/gssdp/gssdp.SlackBuild b/libraries/gssdp/gssdp.SlackBuild index 410b1c8594d5..2b6e40073b1d 100644 --- a/libraries/gssdp/gssdp.SlackBuild +++ b/libraries/gssdp/gssdp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gssdp -VERSION=${VERSION:-1.4.0.1} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,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/gssdp/gssdp.info b/libraries/gssdp/gssdp.info index acaa0f8101c0..ff76bb026a80 100644 --- a/libraries/gssdp/gssdp.info +++ b/libraries/gssdp/gssdp.info @@ -1,10 +1,10 @@ PRGNAM="gssdp" -VERSION="1.4.0.1" +VERSION="1.6.0" HOMEPAGE="https://gupnp.org/" -DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/gssdp/1.4/gssdp-1.4.0.1.tar.xz" -MD5SUM="aad066cf237f2f4de8ebf82de4142f27" +DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/gssdp/1.6/gssdp-1.6.0.tar.xz" +MD5SUM="8141cc08f7cd36273f44edcbfc9389c0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="libsoup3" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |