mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 09:45:36 +08:00
[jsoncons] Update to version 0.163.3 (#17466)
* [jsoncons] Update to version 0.163.3 * [jsoncons] Update baseline
This commit is contained in:
parent
0228e45bcf
commit
684a000aac
@ -1,4 +1,4 @@
|
|||||||
Source: jsoncons
|
Source: jsoncons
|
||||||
Version: 0.163.1
|
Version: 0.163.3
|
||||||
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
|
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
|
Homepage: https://github.com/danielaparker/jsoncons
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO danielaparker/jsoncons
|
REPO danielaparker/jsoncons
|
||||||
REF 7c2ad0d41a9a2032072cb30e1d902f56ec6439a8 # v0.163.1
|
REF 06d10fbca36b049fc7592cce0e80e91c0db4bce9 # v0.163.3
|
||||||
SHA512 1d1d619e75504dc24a82809b7b13698549bd950a8671ad93b2b24f94203d5867a4df3a0b7ddf36c9d8d56bc4f9c356fbf5088a2aea2192b69edbc6f6a3b41ecc
|
SHA512 195ff127a7ce30de794c56646986c85513fda611e69c0e4031492d670de2b4c0cf3f7928a7e1452f9fb959ec7692c98dffda68a529f84daa46a994e8c22c2883
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -2741,7 +2741,7 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"jsoncons": {
|
"jsoncons": {
|
||||||
"baseline": "0.163.1",
|
"baseline": "0.163.3",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"jsoncpp": {
|
"jsoncpp": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "efd8810eeea9736e6a7b25bb914d959449e75b34",
|
||||||
|
"version-string": "0.163.3",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "452a39645a5177213b2e8e3d5d9c0b2fb2e50c17",
|
"git-tree": "452a39645a5177213b2e8e3d5d9c0b2fb2e50c17",
|
||||||
"version-string": "0.163.1",
|
"version-string": "0.163.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user