mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
[jsoncons] Update to 0.170.1 (#31284)
* [jsoncons] Update to 0.170.1 * Update baseline
This commit is contained in:
parent
461fd253f5
commit
be5a9aab2d
@ -5,7 +5,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO danielaparker/jsoncons
|
REPO danielaparker/jsoncons
|
||||||
REF v${VERSION}
|
REF v${VERSION}
|
||||||
SHA512 0cf84a40d5af574352f7e157647f3b6e676b9c4080108a64e5f05edc6ddf6a0d2409772481d4f502c096f2821b03578643fbea0a5f3b5031189e7ce9f9b3e99b
|
SHA512 f292e5034ad1d39ae3d6887bd59b92a7211b9de05b46229ad021514acb11965c33fd16b6bb264becd08e40f287cee76c15339ccefce2d80b7a43747319bbc93d
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jsoncons",
|
"name": "jsoncons",
|
||||||
"version": "0.170.0",
|
"version": "0.170.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",
|
"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",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -3457,7 +3457,7 @@
|
|||||||
"port-version": 5
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"jsoncons": {
|
"jsoncons": {
|
||||||
"baseline": "0.170.0",
|
"baseline": "0.170.1",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"jsoncpp": {
|
"jsoncpp": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "a5e66f5d2ae477089e3f87c432bdfdb7a7929da9",
|
||||||
|
"version": "0.170.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "32422a6f4405b4c330cc992bc40fc11e4e274450",
|
"git-tree": "32422a6f4405b4c330cc992bc40fc11e4e274450",
|
||||||
"version": "0.170.0",
|
"version": "0.170.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user