mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libqb: Updated for version 1.0.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7155cd62f3
commit
889f1148cc
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue