diff options
Diffstat (limited to 'libraries')
-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 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" |