summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2022-09-23 01:25:32 +0200
committer Willy Sudiarto Raharjo2022-09-23 01:25:46 +0200
commit9893dc0f7fa23337da55c79b114119e50d35a8e0 (patch)
treeefeaf824588fa097e24c31ec5ea8852fc0eb29b8
parent04fdd262f1e8ce271b1c4e47863375ee72f5c15b (diff)
downloadslackbuilds-9893dc0f7fa23337da55c79b114119e50d35a8e0.tar.gz
libraries/gssdp: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/gssdp/gssdp.SlackBuild5
-rw-r--r--libraries/gssdp/gssdp.info8
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/gssdp/gssdp.SlackBuild b/libraries/gssdp/gssdp.SlackBuild
index 410b1c8594..2b6e40073b 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 acaa0f8101..ff76bb026a 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"