aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDaniel Parker <danielaparker@yahoo.com>2021-02-16 14:14:37 -0500
committerGitHub <noreply@github.com>2021-02-16 11:14:37 -0800
commit5368422fb9f94351328318640553515472b121bd (patch)
treebdefb2daccae84f484c4034e22051593321bc3c3 /ports
parent502f95a1bb8f74ced5d5ff6dedba6dd743115283 (diff)
downloadvcpkg-5368422fb9f94351328318640553515472b121bd.tar.gz
vcpkg-5368422fb9f94351328318640553515472b121bd.zip
[jsoncons] Update to version 0.162.0 (#16227)
* [jsoncons] Update to version 0.162.0 * [jsoncons] Run ./vcpkg x-add-version jsoncons
Diffstat (limited to 'ports')
-rw-r--r--ports/jsoncons/CONTROL4
-rw-r--r--ports/jsoncons/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL
index cbb936938..6f59eaf4c 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.159.0
-Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
+Version: 0.162.0
+Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
Homepage: https://github.com/danielaparker/jsoncons
diff --git a/ports/jsoncons/portfile.cmake b/ports/jsoncons/portfile.cmake
index ad4500167..0b01313ef 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 6e1476690444d9e77d12740a477fdab12747aff1 # v0.159.0
- SHA512 6b4f9c916d44a445c293b4051a74eb83e75b24b47b427830d52e061e5a29348e6ab90804fabc3009277786c8f8977799a50f23d06433a621a83366062f8b32ed
+ REF ec6ff7a71f4a526c39f8ea4e4298f5a2ab3dead7 # v0.162.0
+ SHA512 02236badc9b1e3e64dcdeea11ecbc5faa0bfe664e51b97619ad9ceb77124b7f1c496fddb4c002fcdd86d73b3f1587ca01e5fefa39830d74af3d82119c1adbbef
HEAD_REF master
)