mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:58:03 +08:00
[jsoncons] Update to version 0.170.2 (#31419)
* [jsoncons] Update to 0.170.1 * Update baseline * [jsoncons] Update to 0.170.2 * [jsoncons] Update baseline
This commit is contained in:
parent
7f52deab66
commit
c081319f6d
@ -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 f292e5034ad1d39ae3d6887bd59b92a7211b9de05b46229ad021514acb11965c33fd16b6bb264becd08e40f287cee76c15339ccefce2d80b7a43747319bbc93d
|
SHA512 0166b6dbfeb427a07afd74807bc48a0853f3a2f52f9e9415dd7e392cafeed8047f274295663e799ba4808e8c6ea4d79278cce6a5948034009858ed16e63bd27d
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jsoncons",
|
"name": "jsoncons",
|
||||||
"version": "0.170.1",
|
"version": "0.170.2",
|
||||||
"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.1",
|
"baseline": "0.170.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"jsoncpp": {
|
"jsoncpp": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "281de10de972059292e2850f6f509eb6cb9b2c40",
|
||||||
|
"version": "0.170.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a5e66f5d2ae477089e3f87c432bdfdb7a7929da9",
|
"git-tree": "a5e66f5d2ae477089e3f87c432bdfdb7a7929da9",
|
||||||
"version": "0.170.1",
|
"version": "0.170.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user