[jsoncons] Update to v0.153.0 (#11699)

This commit is contained in:
Daniel Parker 2020-06-03 01:42:06 -04:00 committed by GitHub
parent 5be04143eb
commit 0243e00c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: jsoncons
Version: 0.152.0
Version: 0.153.0
Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, CSV, MessagePack, CBOR, BSON, UBJSON
Homepage: https://github.com/danielaparker/jsoncons

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO danielaparker/jsoncons
REF ce0cc470bfe5e0e3adbe81330b809161bd80b81a # v0.152.0
SHA512 d94d8e8f173289409ce72894f3bb4c657d438ae4eafc1b09214cb85d05a419f2a2d660ab61cd3e81adc7d1c2f76575db98de7e0e9fd9303ef3416ee1149bad55
REF 487cac65f0d155424d1cb1718bd1231538cd5c53 # v0.153.0
SHA512 f4b2bdad1827572de1e626bd26d292fa9d8b5b779957bc8b80080909868f51297e4d7f4b8c599fa255f06e8687cecb1692bad0dc1e688dc84e0178b7d3d2cf86
HEAD_REF master
)