mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
[jsoncons] Update to 0.163.1 (#17126)
* [jsoncons]Update to 0.163.1 * [jsoncons] Update baseline
This commit is contained in:
parent
5c19a00f26
commit
7ee07915db
@ -1,4 +1,4 @@
|
||||
Source: jsoncons
|
||||
Version: 0.163.0
|
||||
Version: 0.163.1
|
||||
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 30ab7f073d6e6dfff747796e78349f0f9aee2a4e # v0.163.0
|
||||
SHA512 139fbe0e4769ae5c1d4fc6ac53dde12ca6ccf01f0e4bf3f28f1bd623bf44eba3aee024913ba02c1df48f8d7639d602cabbb960bad704eb63242a59e9ec993e09
|
||||
REF 7c2ad0d41a9a2032072cb30e1d902f56ec6439a8 # v0.163.1
|
||||
SHA512 1d1d619e75504dc24a82809b7b13698549bd950a8671ad93b2b24f94203d5867a4df3a0b7ddf36c9d8d56bc4f9c356fbf5088a2aea2192b69edbc6f6a3b41ecc
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -2725,7 +2725,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"jsoncons": {
|
||||
"baseline": "0.163.0",
|
||||
"baseline": "0.163.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsoncpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "452a39645a5177213b2e8e3d5d9c0b2fb2e50c17",
|
||||
"version-string": "0.163.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "66597b112e6520b5c0b4fccccb7023a5580de747",
|
||||
"version-string": "0.163.0",
|
||||
|
Loading…
Reference in New Issue
Block a user