libraries/jsoncpp: Updated for version 1.9.2

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2020-05-02 18:02:06 -07:00 committed by Willy Sudiarto Raharjo
parent a4ab2a0279
commit 662133dad3
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for jsoncpp
# Copyright 2014-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2014-2020 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.9.1}
VERSION=${VERSION:-1.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="jsoncpp"
VERSION="1.9.1"
VERSION="1.9.2"
HOMEPAGE="https://github.com/open-source-parsers/jsoncpp"
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.9.1/jsoncpp-1.9.1.tar.gz"
MD5SUM="da9e0427550e1377d88b471265a3bb3e"
DOWNLOAD="https://github.com/open-source-parsers/jsoncpp/archive/1.9.2/jsoncpp-1.9.2.tar.gz"
MD5SUM="e31da248a8765597d79e94cf304b70fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="meson"