diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2020-03-27 22:14:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-27 19:14:05 -0700 |
| commit | 478cb2f9fcadd68ad47a59489a4a5f3624ac56df (patch) | |
| tree | 4bead8e0e9f6333c47c16a9d15bac9afbe9ca5b4 | |
| parent | 679a3c243ea9f8bc75cb50488fc581d7e222f562 (diff) | |
| download | vcpkg-478cb2f9fcadd68ad47a59489a4a5f3624ac56df.tar.gz vcpkg-478cb2f9fcadd68ad47a59489a4a5f3624ac56df.zip | |
[jsoncons] Update to v0.149.0 (#10540)
| -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 945c1cb5d..8d545e9e7 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.148.0 +Version: 0.149.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 4a456f006..95a8c6fea 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 a7436dab2e15df2a4b57d224317e7f26cee45a64 # v0.148.0 - SHA512 3541d03d0777aaad5bb29d456d72c5275528cd13436e106848ef4068fafb857a21b9b7f4bb05e670ea3e7e4121c95b113f83a769e944e9c76ddb5e690234076c + REF ecc3ee882b0eb4f000709037a26ef4a25e313f29 # v0.149.0 + SHA512 385a1a5221afbdc050238e844a8ecd85be164a7d13fd0d4209a99ac00df6953732d9354e05efaa58001f95193dc86165cd12a0b3ef206a582a3dc9a28495b49d HEAD_REF master ) |
