aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDaniel Parker <danielaparker@yahoo.com>2021-04-09 12:50:50 -0400
committerGitHub <noreply@github.com>2021-04-09 09:50:50 -0700
commit7ee07915db7b88519102a8001fcaebc613cb0aa4 (patch)
tree2d1680f5ebb40536ac3bdb3f70cc82f835995ca2 /ports
parent5c19a00f26a40fa08f667de48a83ae4617ba0f86 (diff)
downloadvcpkg-7ee07915db7b88519102a8001fcaebc613cb0aa4.tar.gz
vcpkg-7ee07915db7b88519102a8001fcaebc613cb0aa4.zip
[jsoncons] Update to 0.163.1 (#17126)
* [jsoncons]Update to 0.163.1 * [jsoncons] 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 559688ead..46e6cafbc 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.163.0
+Version: 0.163.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 9fd3af8cb..f0ff5ba2d 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 30ab7f073d6e6dfff747796e78349f0f9aee2a4e # v0.163.0
- SHA512 139fbe0e4769ae5c1d4fc6ac53dde12ca6ccf01f0e4bf3f28f1bd623bf44eba3aee024913ba02c1df48f8d7639d602cabbb960bad704eb63242a59e9ec993e09
+ REF 7c2ad0d41a9a2032072cb30e1d902f56ec6439a8 # v0.163.1
+ SHA512 1d1d619e75504dc24a82809b7b13698549bd950a8671ad93b2b24f94203d5867a4df3a0b7ddf36c9d8d56bc4f9c356fbf5088a2aea2192b69edbc6f6a3b41ecc
HEAD_REF master
)