diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2021-02-16 14:14:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-16 11:14:37 -0800 |
| commit | 5368422fb9f94351328318640553515472b121bd (patch) | |
| tree | bdefb2daccae84f484c4034e22051593321bc3c3 | |
| parent | 502f95a1bb8f74ced5d5ff6dedba6dd743115283 (diff) | |
| download | vcpkg-5368422fb9f94351328318640553515472b121bd.tar.gz vcpkg-5368422fb9f94351328318640553515472b121bd.zip | |
[jsoncons] Update to version 0.162.0 (#16227)
* [jsoncons] Update to version 0.162.0
* [jsoncons] Run ./vcpkg x-add-version jsoncons
| -rw-r--r-- | ports/jsoncons/CONTROL | 4 | ||||
| -rw-r--r-- | ports/jsoncons/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/j-/jsoncons.json | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL index cbb936938..6f59eaf4c 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.159.0 -Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON +Version: 0.162.0 +Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON Homepage: https://github.com/danielaparker/jsoncons diff --git a/ports/jsoncons/portfile.cmake b/ports/jsoncons/portfile.cmake index ad4500167..0b01313ef 100644 --- a/ports/jsoncons/portfile.cmake +++ b/ports/jsoncons/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO danielaparker/jsoncons - REF 6e1476690444d9e77d12740a477fdab12747aff1 # v0.159.0 - SHA512 6b4f9c916d44a445c293b4051a74eb83e75b24b47b427830d52e061e5a29348e6ab90804fabc3009277786c8f8977799a50f23d06433a621a83366062f8b32ed + REF ec6ff7a71f4a526c39f8ea4e4298f5a2ab3dead7 # v0.162.0 + SHA512 02236badc9b1e3e64dcdeea11ecbc5faa0bfe664e51b97619ad9ceb77124b7f1c496fddb4c002fcdd86d73b3f1587ca01e5fefa39830d74af3d82119c1adbbef HEAD_REF master ) diff --git a/versions/baseline.json b/versions/baseline.json index 8c5a81206..e1414c318 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2673,7 +2673,7 @@ "port-version": 2 }, "jsoncons": { - "baseline": "0.159.0", + "baseline": "0.162.0", "port-version": 0 }, "jsoncpp": { diff --git a/versions/j-/jsoncons.json b/versions/j-/jsoncons.json index 493936153..1ddb36b8d 100644 --- a/versions/j-/jsoncons.json +++ b/versions/j-/jsoncons.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "662642b7a6219f7f9f8ec3b4e094899a8e4f89f6", + "version-string": "0.162.0", + "port-version": 0 + }, + { "git-tree": "7f782b51f060fe22475a5bb2ae25f91c3ef3f75a", "version-string": "0.159.0", "port-version": 0 |
