libraries/jsoncpp: Updated for version 1.7.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2016-07-01 04:06:23 +07:00 committed by Willy Sudiarto Raharjo
parent 8cda3ee6cb
commit 4c7a652c6b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for jsoncpp
# Copyright 2014-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=jsoncpp
VERSION=${VERSION:-1.6.5}
VERSION=${VERSION:-1.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz 2>/dev/null || tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="jsoncpp"
VERSION="1.6.5"
VERSION="1.7.3"
HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.6.5.tar.gz"
MD5SUM="2bb16bb8d2b867acbdd71d1855062a89"
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.7.3/jsoncpp-1.7.3.tar.gz"
MD5SUM="aff6bfb5b81d9a28785429faa45839c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""