aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Parker <danielaparker@yahoo.com>2019-09-26 04:54:57 -0400
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-09-26 01:54:57 -0700
commit273c31fe37e2d573fb8e87f6f2d494236b3cf6a9 (patch)
treeae55651bc980a188a2ca5d872c2105185418bbb9
parent2e7f3f6f48a3d4d3c21f0faacbc2c9efbbe700d0 (diff)
downloadvcpkg-273c31fe37e2d573fb8e87f6f2d494236b3cf6a9.tar.gz
vcpkg-273c31fe37e2d573fb8e87f6f2d494236b3cf6a9.zip
Update jsoncons to v0.135.0 (#8348)
-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 c054af723..651645038 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.134.0
+Version: 0.135.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
Homepage: https://github.com/danielaparker/jsoncons
diff --git a/ports/jsoncons/portfile.cmake b/ports/jsoncons/portfile.cmake
index b4f169862..c765a1bb2 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.134.0
- SHA512 2c075dd415796f25d24ba9a458893435b1b5b2155978c7722aa1e676e41c5ec53a47b60346c68d30e8c24cc7bb1fb32cd71f6c7be226283dde39de700c8b4f0d
+ REF v0.135.0
+ SHA512 7f3a29775a0f3b07af23ead716397b0d5f6d6b57d0d6030296905e9fcc847890c710ba7d11123750aa49709fc45a0f01369bc89d6547dc1c5871177e90de98f3
HEAD_REF master
)