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:
parent
a4ab2a0279
commit
662133dad3
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue