aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis J Bezault <curtbezault@gmail.com>2019-08-16 10:16:19 -0700
committerGitHub <noreply@github.com>2019-08-16 10:16:19 -0700
commit4c5feec0229ddc9333777b3d5ff8704cd76664bd (patch)
treee09e9c0610406cb40dffb52ca342e3c0ae28af0d
parent41b1746337a767203501ce58cfd0fcf3d95faf46 (diff)
parent812beb610194ebcfc6f6ab0dd4a3fa337e677c0b (diff)
downloadvcpkg-4c5feec0229ddc9333777b3d5ff8704cd76664bd.tar.gz
vcpkg-4c5feec0229ddc9333777b3d5ff8704cd76664bd.zip
Merge pull request #7718 from ehsan-mohammadi/dev3
[jsoncons] Update library to 0.132.1
-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 7158ab580..73871ba2b 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.131.2
+Version: 0.132.1
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 7c6af87b5..97274bd8f 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.131.2
- SHA512 7053a971cbc6e12623b65f98323c0d330c903f2b5eae9191369a9a04ae87654e8fa435139e9a72829a1ef9a957e3d4837362c90668f42ba8a0eedc80207e6eef
+ REF v0.132.1
+ SHA512 74bfe6fe18e90f4230b9d811a01f263e4597f6363f4df0cb29a89148bbc040ab578a1eb77d3cb87ce0d8e9d304b9716dd245f4dc5603c7d445cd0acdfb62905d
HEAD_REF master
)