aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDaniel Parker <danielaparker@yahoo.com>2021-02-21 00:19:45 -0500
committerGitHub <noreply@github.com>2021-02-20 21:19:45 -0800
commit6582f0e0d314813d638d239b6c4299287d7f72a8 (patch)
treed48b46f85907ec16a1d9755f194ac8fa448ede76 /ports
parent82167226dd336de19009f9a6acccc83ebd045db5 (diff)
downloadvcpkg-6582f0e0d314813d638d239b6c4299287d7f72a8.tar.gz
vcpkg-6582f0e0d314813d638d239b6c4299287d7f72a8.zip
[jsoncons] Update to 0.162.1 (#16334)
* Issue #307 * Update baseline
Diffstat (limited to 'ports')
-rw-r--r--ports/jsoncons/CONTROL2
-rw-r--r--ports/jsoncons/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL
index 6f59eaf4c..98699bd6d 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.162.0
+Version: 0.162.1
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 0b01313ef..e11ee6a16 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 ec6ff7a71f4a526c39f8ea4e4298f5a2ab3dead7 # v0.162.0
- SHA512 02236badc9b1e3e64dcdeea11ecbc5faa0bfe664e51b97619ad9ceb77124b7f1c496fddb4c002fcdd86d73b3f1587ca01e5fefa39830d74af3d82119c1adbbef
+ REF f45be36e9db94900ee2d4e090ca732375ece763c # v0.162.1
+ SHA512 d4a7d2db41ef25cb5958203e2c715077b613c000ea4106ae00d309aa8e428811ae344924879cb73ceb47e071fc0a933c49b068c71fa836f3222a86d58280c1fb
HEAD_REF master
)