mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[jsoncons] update to 1.5.0 (#48675)
This commit is contained in:
@@ -5,7 +5,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO danielaparker/jsoncons
|
||||
REF v${VERSION}
|
||||
SHA512 01b6df6354b3f6f29dcc341b74d94f6a45846546e67adf34cff3bd1befcf436390fa246faf5da4153f6ce3a5c5b3ec8c160e5bc9a0e1a7dc2b092a3e3f0fd69d
|
||||
SHA512 ce4ff8aaf31ad781e5caaf27172c867a8009bcc322dee5e34c6815434dbb234bf0d22ee9caa82c0ee1a9b25f3355da4363b5d663fded46a9ffc58ca802dad4ae
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "jsoncons",
|
||||
"version": "1.4.3",
|
||||
"version": "1.5.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",
|
||||
"license": "BSL-1.0",
|
||||
|
||||
@@ -4137,7 +4137,7 @@
|
||||
"port-version": 7
|
||||
},
|
||||
"jsoncons": {
|
||||
"baseline": "1.4.3",
|
||||
"baseline": "1.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"jsoncpp": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d8f729702dbf8e87bb20b385d360dd13e45ee008",
|
||||
"version": "1.5.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "1e23eb44d494a6bde830ce417b097344386b1841",
|
||||
"version": "1.4.3",
|
||||
|
||||
Reference in New Issue
Block a user