diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 23:18:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 23:18:09 +0700 |
commit | db2e90949e19e8321bc4d8eeee19a88fedc12f4f (patch) | |
tree | e654a22c7004388d6fb771e93f09215207bf97a7 /libraries/gupnp | |
parent | 8c5eb9344720bab4306d9653d88917a8f2e8cf04 (diff) |
libraries/gupnp: Updated for version 1.3.1.
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 40149ad17aa2..6850137bf519 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 53bf5fabe185..109449a63905 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" |