diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2019-10-22 01:50:33 -0400 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-21 22:50:33 -0700 |
| commit | 7e750cb49823ac4a945a64e46ad9e277815c2429 (patch) | |
| tree | 3cc8859e0e79589d7fecd654fa775f394a6e1ce8 | |
| parent | 1bdb6bfec1929b0d30cb5a4c3353c1e62905f10f (diff) | |
| download | vcpkg-7e750cb49823ac4a945a64e46ad9e277815c2429.tar.gz vcpkg-7e750cb49823ac4a945a64e46ad9e277815c2429.zip | |
[jsoncons] Update to v.0.136.1 (#8689)
| -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 db715f331..3a930c783 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.136.0 +Version: 0.136.1 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 c87f3d867..8c37d75ef 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.136.0 - SHA512 3ab6c4a6142469f7ba9f7b2dd5d2b2d7ed1e65811c389c60b3ce2586284f3d258db0ce80e90466c869c49514bb8df8092318736784eed75f165a26d0e0a5f670 + REF v0.136.1 + SHA512 8f7c2ce8f2bdc08239b365625232ab2e9603d91374f83409606650661eb0b5dc9a685c210b07892dd402a08609c088de3c960f2900e418fe4c5f7ebb9735dded HEAD_REF master ) |
