diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2020-04-08 18:57:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 15:57:50 -0700 |
| commit | 0304c453157e05b52b04039602a806564bd011c2 (patch) | |
| tree | 66ee7eaf5671d43072db64143e34d084a24ccdf3 | |
| parent | 919856ad455b5d486cb404820aaaead5cd73b9a7 (diff) | |
| download | vcpkg-0304c453157e05b52b04039602a806564bd011c2.tar.gz vcpkg-0304c453157e05b52b04039602a806564bd011c2.zip | |
[jsoncons] update to v0.150.0 (#10688)
* [jsoncons] update to v0.150.0
* [jsoncons]Fixed version in CONTROL file
| -rw-r--r-- | ports/jsoncons/CONTROL | 2 | ||||
| -rw-r--r-- | ports/jsoncons/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL index 8d545e9e7..320e9a4d7 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -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 diff --git a/ports/jsoncons/portfile.cmake b/ports/jsoncons/portfile.cmake index 95a8c6fea..14f25e01d 100644 --- a/ports/jsoncons/portfile.cmake +++ b/ports/jsoncons/portfile.cmake @@ -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 ) |
