aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis J Bezault <curtbezault@gmail.com>2019-08-16 10:16:01 -0700
committerGitHub <noreply@github.com>2019-08-16 10:16:01 -0700
commit41b1746337a767203501ce58cfd0fcf3d95faf46 (patch)
treeb728dd79f52c4fafa4f0a21b1cf6274d6e6f1368
parent0a033250c7dd3f4013248216e259548693b8cc8c (diff)
parent099c31ad696653fe845df3b442b905beb1ce82c6 (diff)
downloadvcpkg-41b1746337a767203501ce58cfd0fcf3d95faf46.tar.gz
vcpkg-41b1746337a767203501ce58cfd0fcf3d95faf46.zip
Merge pull request #7719 from ehsan-mohammadi/dev4
[jsoncpp] Update library to 1.9.1
-rw-r--r--ports/jsoncpp/CONTROL2
-rw-r--r--ports/jsoncpp/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/jsoncpp/CONTROL b/ports/jsoncpp/CONTROL
index 6bbe46c0e..f0d4b66a3 100644
--- a/ports/jsoncpp/CONTROL
+++ b/ports/jsoncpp/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncpp
-Version: 1.8.4-1
+Version: 1.9.1
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.
diff --git a/ports/jsoncpp/portfile.cmake b/ports/jsoncpp/portfile.cmake
index f04620fd5..3e00476d2 100644
--- a/ports/jsoncpp/portfile.cmake
+++ b/ports/jsoncpp/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open-source-parsers/jsoncpp
- REF 1.8.4
- SHA512 f70361a3263dd8b9441374a9a409462be1426c0d6587c865171a80448ab73b3f69de2b4d70d2f0c541764e1e6cccc727dd53178347901f625ec6fb54fb94f4f1
+ REF 1.9.1
+ SHA512 4a8352e1d32c0ba8a0aea4df1663279cb2256b334643c5b62be37dfb5951e06900ba38c010d1201511fcf7de09137d6a4b886edbb2b99160d2f62b5f4679f766
HEAD_REF master
)