diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2020-09-18 19:56:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-18 16:56:02 -0700 |
| commit | 9b89e93f2cce884e6fd3574829357b5ff4acdb88 (patch) | |
| tree | 7cebe431d49e2536c7b7d627f3f592a1d9f3ecf8 | |
| parent | 32eccc18191fbb57b159784a1724d2d00613ae82 (diff) | |
| download | vcpkg-9b89e93f2cce884e6fd3574829357b5ff4acdb88.tar.gz vcpkg-9b89e93f2cce884e6fd3574829357b5ff4acdb88.zip | |
[jsoncons] Update to version 0.156.1 (#13595)
| -rw-r--r-- | ports/jsoncons/CONTROL | 2 | ||||
| -rw-r--r-- | ports/jsoncons/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL index a867c1b42..64a0a8632 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.155.1 +Version: 0.156.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 960e199d5..cc023334f 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 0fd102277ca361b8a82cdab97df67d18fe335409 # v0.155.1 - SHA512 77c64bd0f8ce681a5b517c4a94fbe718e15fa4c5047e718c93413dfa173614818f435419d64313555653966d3a2c35deec15702d9d3768eeba6aba129625fea4 + REF 5a52f1fc732f2dccd23496ad4c096b61e8735759 # v0.156.1 + SHA512 8616a7ec5167a1051d6b6ca43faccaaa05c26976061f0034777b115dd6b7560650b32d14e41ba0b3209a6b999e191b62da514133cc043e145d3d0b647c49cab5 HEAD_REF master ) |
