libraries/libqb: Updated for version 1.0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jan F. Chadima 2019-09-14 10:51:02 +07:00 committed by Willy Sudiarto Raharjo
parent 7155cd62f3
commit 889f1148cc
2 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libqb
# Copyright 2017 Jan F. Chadima <jfch@jagda.eu>
# Copyright 2019 Jan F. Chadima <jfch@jagda.eu>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libqb
VERSION=${VERSION:-1.0.2}
VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -80,6 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--build=$ARCH-slackware-linux
make

View file

@ -1,8 +1,8 @@
PRGNAM="libqb"
VERSION="1.0.2"
VERSION="1.0.5"
HOMEPAGE="https://github.com/ClusterLabs/libqb"
DOWNLOAD="https://github.com/ClusterLabs/libqb/releases/download/v1.0.2/libqb-1.0.2.tar.gz"
MD5SUM="f3f76e694f9fa0f388989e5ed3ed13fa"
DOWNLOAD="https://github.com/ClusterLabs/libqb/releases/download/v1.0.5/libqb-1.0.5.tar.gz"
MD5SUM="1495874e4a16e6e785885d7d69c26c45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="check"