diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-12-08 00:36:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-08 01:58:54 +0700 |
commit | a6de8d5f85aef449096127e9245b0982fc7278bb (patch) | |
tree | 44bacd763aaec156611444be188713331d289c5d /libraries | |
parent | 817dc3f4b0ac0f483495391a48a56cbc31586977 (diff) |
libraries/gloox: Updated for version 1.0.28.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gloox/gloox.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/gloox/gloox.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/libraries/gloox/gloox.SlackBuild b/libraries/gloox/gloox.SlackBuild index 4369dc43cdc9c..c3bf75e2932c0 100644 --- a/libraries/gloox/gloox.SlackBuild +++ b/libraries/gloox/gloox.SlackBuild @@ -29,11 +29,12 @@ #ie. you'll need to recreate packages that use gloox. eg currently 0ad and licq #update to 1.0.26 just fixes bugs etc. #update to 1.0.27 fixes bugs. +#update to 1.0.28 fixes bugs. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gloox -VERSION=${VERSION:-1.0.27} +VERSION=${VERSION:-1.0.28} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -109,7 +110,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 ChangeLog INSTALL LICENSE README* TODO UPGRADING \ +cp -a AUTHORS COPYING ChangeLog LICENSE README* TODO UPGRADING \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/libraries/gloox/gloox.info b/libraries/gloox/gloox.info index 3a994dd55b318..7a086cccebaf7 100644 --- a/libraries/gloox/gloox.info +++ b/libraries/gloox/gloox.info @@ -1,8 +1,8 @@ PRGNAM="gloox" -VERSION="1.0.27" +VERSION="1.0.28" HOMEPAGE="https://camaya.net/gloox/" -DOWNLOAD="https://camaya.net/download/gloox-1.0.27.tar.bz2" -MD5SUM="76f3c111fbb4e0af4b81f17c6dbc06b0" +DOWNLOAD="https://camaya.net/download/gloox-1.0.28.tar.bz2" +MD5SUM="598121704086fe54af18abaabad2db7a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |