diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-04-28 01:59:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:40 +0700 |
commit | 66084cb7c463bc2d92d3d245fdb497b1879c1d55 (patch) | |
tree | b328fa2d02250b35dbb2784e0a3780530be15baf /libraries/gloox/gloox.SlackBuild | |
parent | 2492ef65cee6a4c20c34c06b51152cfc992f0aca (diff) |
libraries/gloox: Updated for version 1.0.27.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gloox/gloox.SlackBuild')
-rw-r--r-- | libraries/gloox/gloox.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/gloox/gloox.SlackBuild b/libraries/gloox/gloox.SlackBuild index 13bfffa1f9052..4369dc43cdc9c 100644 --- a/libraries/gloox/gloox.SlackBuild +++ b/libraries/gloox/gloox.SlackBuild @@ -2,9 +2,9 @@ # Slackware build script for gloox -# Updates since 2020 Copyright 2020,2023 Tim Dickson dickson.tim@googlemail.com # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org # Copyright 2010 Binh Nguyen <binhvng@gmail.com> +# Copyright 2020-2023 Tim Dickson dickson.tim@googlemail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,12 +28,13 @@ #note update to 1.0.24 breaks binary compatability but maintains source compatability. #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. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gloox -VERSION=${VERSION:-1.0.26} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.27} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |