aboutsummaryrefslogtreecommitdiff
path: root/ports/jsoncpp/CONTROL
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-10-07 05:59:03 +0800
committerGitHub <noreply@github.com>2020-10-06 14:59:03 -0700
commit524a7c61f3d3f3df569f134ebe9745ad64a730dc (patch)
tree6b0ddebd24d0b0f73800d05786b4a2273ef6a4d3 /ports/jsoncpp/CONTROL
parent25990eeccec1e74753a36aa715b2e25ff3341d29 (diff)
downloadvcpkg-524a7c61f3d3f3df569f134ebe9745ad64a730dc.tar.gz
vcpkg-524a7c61f3d3f3df569f134ebe9745ad64a730dc.zip
[jsoncpp] Update to latest revision (#13776)
* [jsoncpp] Update to latest revision * Fix typo issue
Diffstat (limited to 'ports/jsoncpp/CONTROL')
-rw-r--r--ports/jsoncpp/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/jsoncpp/CONTROL b/ports/jsoncpp/CONTROL
index fb5951d60..012e45b9d 100644
--- a/ports/jsoncpp/CONTROL
+++ b/ports/jsoncpp/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncpp
-Version: 1.9.2
+Version: 1.9.4
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.