libraries/gloox: Updated for version 1.0.23.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-09-03 12:17:03 +01:00 committed by Willy Sudiarto Raharjo
parent ed37f6c3f2
commit 746cc2c6bc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 13 additions and 7 deletions

View file

@ -2,4 +2,4 @@ gloox is a rock-solid, full-featured Jabber/XMPP client library,
written in clean ANSI C++. It makes writing spec-compliant clients
easy and allows for hassle-free integration of Jabber/XMPP
functionality into existing applications. gloox is released under the
GNU GPL. Commercial licensing and support are available.
GNU GPL3. Commercial licensing and support are available.

View file

@ -23,9 +23,15 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
#update to version 1.0.23 dickson.tim@googlemail.com
#note update breaks binary compatability but maintains source compatability.
#ie. you'll need to recreate packages that use gloox. eg currently 0ad and licq
PRGNAM=gloox
VERSION=${VERSION:-1.0.13}
VERSION=${VERSION:-1.0.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="gloox"
VERSION="1.0.13"
VERSION="1.0.23"
HOMEPAGE="https://camaya.net/gloox/"
DOWNLOAD="https://camaya.net/download/gloox-1.0.13.tar.bz2"
MD5SUM="953b96ce14c9c1b8a262b52fce9e757f"
DOWNLOAD="https://camaya.net/download/gloox-1.0.23.tar.bz2"
MD5SUM="f2f80945b61d815a3bc6824f7c3c441c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="orphaned - no maintainer"
EMAIL="nobody@nowhere"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"