diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2019-08-07 01:25:11 -0400 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-08-06 22:25:11 -0700 |
| commit | 6c7cb5dfdbe8932e589913d7c99943d6f004467c (patch) | |
| tree | 35d5ab5f044cf38d4383e0ce3e08587c1b5fb3cd | |
| parent | 554668ce8d3ba988c3aacb7b4be0be5c7fad7f33 (diff) | |
| download | vcpkg-6c7cb5dfdbe8932e589913d7c99943d6f004467c.tar.gz vcpkg-6c7cb5dfdbe8932e589913d7c99943d6f004467c.zip | |
Update jsoncons to v0.131.2 (#7529)
| -rw-r--r-- | ports/jsoncons/CONTROL | 7 | ||||
| -rw-r--r-- | ports/jsoncons/portfile.cmake | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL index 8b01549ef..7158ab580 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,3 +1,4 @@ -Source: jsoncons
-Version: 0.125.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
+Source: jsoncons +Version: 0.131.2 +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 fb00be0ad..7c6af87b5 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.125.0 - SHA512 60969fa9bb47c8ee2e01c9333322940c7e9063e4c7761fa54f9d2bba8e49815145e2b48f2bc528a5b3b5316aded2930cdf410a29ce608df09a561a4650d20e15 + REF v0.131.2 + SHA512 7053a971cbc6e12623b65f98323c0d330c903f2b5eae9191369a9a04ae87654e8fa435139e9a72829a1ef9a957e3d4837362c90668f42ba8a0eedc80207e6eef HEAD_REF master ) |
