diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2020-03-17 17:09:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 14:09:00 -0700 |
| commit | 0cbfd1df1733f052c18027a783ae23678db2487c (patch) | |
| tree | 004069cf560e4339aedc9127bbc5735b3e0405a3 | |
| parent | 7131593a0ea011a12bd75f195c0fdaf0f7f69ae3 (diff) | |
| download | vcpkg-0cbfd1df1733f052c18027a783ae23678db2487c.tar.gz vcpkg-0cbfd1df1733f052c18027a783ae23678db2487c.zip | |
[jsoncons] Update to v0.148.0 (#10433)
| -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 50065352e..945c1cb5d 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.147.0 +Version: 0.148.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 fba1eb24e..4a456f006 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 a607c889f0a89ff5e2e13edb4164b41369fc45b6 # v0.147.0 - SHA512 5536501464dee7ae6e2df947be84d00a3d2d21eb758bd09fdf77e6145a528e597eae6ae9780e04b5b3bfa3950ab83dc7f9bae8ef09ff993f241f4c04a4132db1 + REF a7436dab2e15df2a4b57d224317e7f26cee45a64 # v0.148.0 + SHA512 3541d03d0777aaad5bb29d456d72c5275528cd13436e106848ef4068fafb857a21b9b7f4bb05e670ea3e7e4121c95b113f83a769e944e9c76ddb5e690234076c HEAD_REF master ) |
