aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Parker <danielaparker@yahoo.com>2020-08-10 18:10:00 -0400
committerGitHub <noreply@github.com>2020-08-10 15:10:00 -0700
commit160d3ac7bbea7fa8def4dab199006326b607f591 (patch)
tree7e25163607b12d79d6a3b3cf999f4584a3b25c1d
parent55c2f3fb7e2e8174bb85123c4b30bd1435a26d89 (diff)
downloadvcpkg-160d3ac7bbea7fa8def4dab199006326b607f591.tar.gz
vcpkg-160d3ac7bbea7fa8def4dab199006326b607f591.zip
[jsoncons] Update to v0.155.1 (#12827)
-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 8058bd386..a867c1b42 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.154.1
+Version: 0.155.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 a75e97c38..960e199d5 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 b51fdde4b51b048b4a86aa8d7f1b17fac1ca1c85 # v0.154.1
- SHA512 aa77bf2d9c6e8f21f0b04f4edcfb6bad486f5f1a7b7ed296101ca4d09da4e916b0425ce7d63408a7ebca238aeb695ac5248da7b94600eec3e7c42d7ddceffb1c
+ REF 0fd102277ca361b8a82cdab97df67d18fe335409 # v0.155.1
+ SHA512 77c64bd0f8ce681a5b517c4a94fbe718e15fa4c5047e718c93413dfa173614818f435419d64313555653966d3a2c35deec15702d9d3768eeba6aba129625fea4
HEAD_REF master
)