Skip to content

Commit 7a23bce

Browse files
authored
[jsoncpp] update to 1.9.6 (#41103)
1 parent cc8b737 commit 7a23bce

File tree

5 files changed

+9
-22
lines changed

5 files changed

+9
-22
lines changed

ports/jsoncpp/cmake-target.diff

Lines changed: 0 additions & 15 deletions
This file was deleted.

ports/jsoncpp/portfile.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO open-source-parsers/jsoncpp
44
REF "${VERSION}"
5-
SHA512 1d06e044759b1e1a4cc4960189dd7e001a0a4389d7239a6d59295af995a553518e4e0337b4b4b817e70da5d9731a4c98655af90791b6287870b5ff8d73ad8873
5+
SHA512 006d81f9f723dcfe875ebc2147449c07c5246bf97dd7b9eee1909decc914b051d6f3f06feb5c3dfa143d28773fb310aabb04a81dc447cc61513309df8eba8b08
66
HEAD_REF master
7-
PATCHES
8-
cmake-target.diff
97
)
108

119
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" JSONCPP_STATIC)

ports/jsoncpp/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "jsoncpp",
3-
"version": "1.9.5",
4-
"port-version": 5,
3+
"version": "1.9.6",
54
"description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.",
65
"homepage": "https://github.com/open-source-parsers/jsoncpp",
76
"license": "MIT",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3869,8 +3869,8 @@
38693869
"port-version": 0
38703870
},
38713871
"jsoncpp": {
3872-
"baseline": "1.9.5",
3873-
"port-version": 5
3872+
"baseline": "1.9.6",
3873+
"port-version": 0
38743874
},
38753875
"jsonifier": {
38763876
"baseline": "0.9.96",

versions/j-/jsoncpp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "dde49ad9d554fd5f062c0c1deea6e54b6fdb35b2",
5+
"version": "1.9.6",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "176576512ab0d4bb4093ae4f404535a594a1a201",
510
"version": "1.9.5",

0 commit comments

Comments
 (0)