[jsoncons] Update to v0.163.0 (#16820)

* [jsoncons] Update to v0.163.0

* [jsoncons] Update baseline

* [jsoncons] BUILD_TESTS ->JSONCONS_BUILD_TESTS

* [jsoncons] Update baseline
This commit is contained in:
Daniel Parker 2021-03-24 15:46:18 -04:00 committed by GitHub
parent e37bd3f12f
commit 80bd78d3dd
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.162.1
Version: 0.163.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 f45be36e9db94900ee2d4e090ca732375ece763c # v0.162.1
SHA512 d4a7d2db41ef25cb5958203e2c715077b613c000ea4106ae00d309aa8e428811ae344924879cb73ceb47e071fc0a933c49b068c71fa836f3222a86d58280c1fb
REF 30ab7f073d6e6dfff747796e78349f0f9aee2a4e # v0.163.0
SHA512 139fbe0e4769ae5c1d4fc6ac53dde12ca6ccf01f0e4bf3f28f1bd623bf44eba3aee024913ba02c1df48f8d7639d602cabbb960bad704eb63242a59e9ec993e09
HEAD_REF master
)
@ -10,7 +10,7 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DBUILD_TESTS=OFF
-DJSONCONS_BUILD_TESTS=OFF
)
vcpkg_install_cmake()

View File

@ -2693,7 +2693,7 @@
"port-version": 2
},
"jsoncons": {
"baseline": "0.162.1",
"baseline": "0.163.0",
"port-version": 0
},
"jsoncpp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "66597b112e6520b5c0b4fccccb7023a5580de747",
"version-string": "0.163.0",
"port-version": 0
},
{
"git-tree": "ad7aa2c6b95e393547c142c07a26e42e6bd9b4e3",
"version-string": "0.162.1",