mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:30:41 +08:00
[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:
parent
e37bd3f12f
commit
80bd78d3dd
@ -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
|
||||
|
@ -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()
|
||||
|
@ -2693,7 +2693,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"jsoncons": {
|
||||
"baseline": "0.162.1",
|
||||
"baseline": "0.163.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsoncpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "66597b112e6520b5c0b4fccccb7023a5580de747",
|
||||
"version-string": "0.163.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ad7aa2c6b95e393547c142c07a26e42e6bd9b4e3",
|
||||
"version-string": "0.162.1",
|
||||
|
Loading…
Reference in New Issue
Block a user