Skip to content

Commit

Permalink
Merge pull request microsoft#7719 from ehsan-mohammadi/dev4
Browse files Browse the repository at this point in the history
[jsoncpp] Update library to 1.9.1
  • Loading branch information
cbezault authored Aug 16, 2019
2 parents 0a03325 + 099c31a commit 41b1746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/jsoncpp/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions ports/jsoncpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 41b1746

Please sign in to comment.