aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Parker <danielaparker@yahoo.com>2020-07-31 14:22:32 -0400
committerGitHub <noreply@github.com>2020-07-31 11:22:32 -0700
commit4b0f9cbaeca120c32365fe095530a5f518a64376 (patch)
tree784c18f9d256d6372c0a2fbffb765c6de3087fca
parentfaf2d6ffb67fcf273cd0716598c6bfafb8a99d62 (diff)
downloadvcpkg-4b0f9cbaeca120c32365fe095530a5f518a64376.tar.gz
vcpkg-4b0f9cbaeca120c32365fe095530a5f518a64376.zip
[jsoncons] Update to v0.154.1 (#12372)
* [jsoncons] Update to v0.154.0 * [jsoncons] Update to v0.154.1 * v prefix removed from version in CONTROL file
-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 4063d9323..8058bd386 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.153.3
-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
+Version: 0.154.1
+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
Homepage: https://github.com/danielaparker/jsoncons
diff --git a/ports/jsoncons/portfile.cmake b/ports/jsoncons/portfile.cmake
index 7da19ced6..a75e97c38 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 41302e394917a71e7e73db9a50f7d496d2862fd3 # v0.153.3
- SHA512 8b1859f484eada1db02c7f146efd1a53b412f06e4b4c2b0a1aaf4b96242a839093c5eb5b588e1e29b56830223e07b6d0b6418cca616d901316d9cb30de4e803e
+ REF b51fdde4b51b048b4a86aa8d7f1b17fac1ca1c85 # v0.154.1
+ SHA512 aa77bf2d9c6e8f21f0b04f4edcfb6bad486f5f1a7b7ed296101ca4d09da4e916b0425ce7d63408a7ebca238aeb695ac5248da7b94600eec3e7c42d7ddceffb1c
HEAD_REF master
)