[jsoncons] update to v0.150.0 (#10688)

* [jsoncons] update to v0.150.0

* [jsoncons]Fixed version in CONTROL file
This commit is contained in:
Daniel Parker 2020-04-08 18:57:50 -04:00 committed by GitHub
parent 919856ad45
commit 0304c45315
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.149.0
Version: 0.150.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 ecc3ee882b0eb4f000709037a26ef4a25e313f29 # v0.149.0
SHA512 385a1a5221afbdc050238e844a8ecd85be164a7d13fd0d4209a99ac00df6953732d9354e05efaa58001f95193dc86165cd12a0b3ef206a582a3dc9a28495b49d
REF 36c0fa7895da3adef6eab8aec1e9c2f5720fc110 # v0.150.0
SHA512 ef1379c40c31f3974a707edd133c1fcff544535f91680caee1f8616f04b1bb56bfdd2aedb46e89b73b34572296511557158d66ea1002a0499d68cacd23143d29
HEAD_REF master
)