diff options
author | Larry Hajali <larryhaja@gmail.com> | 2020-05-02 18:02:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:38 +0700 |
commit | 662133dad35c696a2f53388418e9892ea7bd2260 (patch) | |
tree | 93e4feea7e804fef9eb33668e48c8f3f4b847271 /libraries | |
parent | a4ab2a02798f1bf44a741cd637dca451b2a94019 (diff) |
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>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/jsoncpp/jsoncpp.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/jsoncpp/jsoncpp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/jsoncpp/jsoncpp.SlackBuild b/libraries/jsoncpp/jsoncpp.SlackBuild index 472f66ab383f..a9b756b096a3 100644 --- a/libraries/jsoncpp/jsoncpp.SlackBuild +++ b/libraries/jsoncpp/jsoncpp.SlackBuild @@ -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} diff --git a/libraries/jsoncpp/jsoncpp.info b/libraries/jsoncpp/jsoncpp.info index 30c14c01e899..9cb4cc167779 100644 --- a/libraries/jsoncpp/jsoncpp.info +++ b/libraries/jsoncpp/jsoncpp.info @@ -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" |