summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-08-14 18:18:09 +0200
committer Willy Sudiarto Raharjo2021-08-14 18:18:09 +0200
commitdb2e90949e19e8321bc4d8eeee19a88fedc12f4f (patch)
treee654a22c7004388d6fb771e93f09215207bf97a7
parent8c5eb9344720bab4306d9653d88917a8f2e8cf04 (diff)
downloadslackbuilds-db2e90949e19e8321bc4d8eeee19a88fedc12f4f.tar.gz
libraries/gupnp: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/gupnp/gupnp.SlackBuild4
-rw-r--r--libraries/gupnp/gupnp.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/gupnp/gupnp.SlackBuild b/libraries/gupnp/gupnp.SlackBuild
index 40149ad17a..6850137bf5 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.3.0}
+VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -100,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \;
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/gupnp/gupnp.info b/libraries/gupnp/gupnp.info
index 53bf5fabe1..109449a639 100644
--- a/libraries/gupnp/gupnp.info
+++ b/libraries/gupnp/gupnp.info
@@ -1,8 +1,8 @@
PRGNAM="gupnp"
-VERSION="1.3.0"
+VERSION="1.3.1"
HOMEPAGE="https://wiki.gnome.org/GUPnP/"
-DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.3/gupnp-1.3.0.tar.xz"
-MD5SUM="0e8fa1f567340cfda517978efd14da82"
+DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gupnp/1.3/gupnp-1.3.1.tar.xz"
+MD5SUM="fb263ebbab54d8311ec89407fbcd7aa6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gssdp"