From 4a128176915b10de4ff87c28faa3b419b0c8442b Mon Sep 17 00:00:00 2001 From: etri Date: Thu, 30 Jan 2020 04:49:19 +0900 Subject: [Jsoncpp] Update to 1.9.2 (#9759) * Update jsoncpp 1.9.2 Using implicit int to float conversion is fixed from jsoncpp 1.9.2 version. * Update Control update jsoncpp 1.9.2 * remove deprecated function include(vcpkg_common_functions) * [jsoncpp] Allow disabling examples Co-authored-by: Victor Romero --- ports/jsoncpp/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/jsoncpp/CONTROL') diff --git a/ports/jsoncpp/CONTROL b/ports/jsoncpp/CONTROL index f0d4b66a3..fb5951d60 100644 --- a/ports/jsoncpp/CONTROL +++ b/ports/jsoncpp/CONTROL @@ -1,4 +1,4 @@ Source: jsoncpp -Version: 1.9.1 +Version: 1.9.2 Homepage: https://github.com/open-source-parsers/jsoncpp Description: jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human. -- cgit v1.2.3