diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2019-09-29 13:50:34 -0400 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-29 10:50:34 -0700 |
| commit | 22cbc5c7e3a5251d9f509e8ac9b8e880cee6eeed (patch) | |
| tree | 3f97fb4539fc2f1bd5a2d21a7e52c23fef5431ab | |
| parent | d9932608863f57512db4b415ae6e14ff0bd6e11d (diff) | |
| download | vcpkg-22cbc5c7e3a5251d9f509e8ac9b8e880cee6eeed.tar.gz vcpkg-22cbc5c7e3a5251d9f509e8ac9b8e880cee6eeed.zip | |
Update jsoncons to v0.136.0 (#8382)
| -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 651645038..db715f331 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.135.0 +Version: 0.136.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 c765a1bb2..c87f3d867 100644 --- a/ports/jsoncons/portfile.cmake +++ b/ports/jsoncons/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO danielaparker/jsoncons - REF v0.135.0 - SHA512 7f3a29775a0f3b07af23ead716397b0d5f6d6b57d0d6030296905e9fcc847890c710ba7d11123750aa49709fc45a0f01369bc89d6547dc1c5871177e90de98f3 + REF v0.136.0 + SHA512 3ab6c4a6142469f7ba9f7b2dd5d2b2d7ed1e65811c389c60b3ce2586284f3d258db0ce80e90466c869c49514bb8df8092318736784eed75f165a26d0e0a5f670 HEAD_REF master ) |
