[jsoncons] Update to version 0.162.0 (#16227)

* [jsoncons] Update to version 0.162.0

* [jsoncons] Run ./vcpkg x-add-version jsoncons
This commit is contained in:
Daniel Parker 2021-02-16 14:14:37 -05:00 committed by GitHub
parent 502f95a1bb
commit 5368422fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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
)

View File

@ -2673,7 +2673,7 @@
"port-version": 2
},
"jsoncons": {
"baseline": "0.159.0",
"baseline": "0.162.0",
"port-version": 0
},
"jsoncpp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "662642b7a6219f7f9f8ec3b4e094899a8e4f89f6",
"version-string": "0.162.0",
"port-version": 0
},
{
"git-tree": "7f782b51f060fe22475a5bb2ae25f91c3ef3f75a",
"version-string": "0.159.0",