From 053ade685f73da9fb87ebb8c30482880f09f9acd Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Sat, 29 Feb 2020 00:50:56 -0500 Subject: [PATCH] [jsoncons] Update to v0.146.0 (#10165) * [jsoncons] Update to v0.145.0 * Update to v0.145.1 * Removed blank lines at end of .cmake file. Update to v0.145.2 * [jsoncons]Line include(vcpkg_common_functions) removed --- ports/jsoncons/CONTROL | 2 +- ports/jsoncons/portfile.cmake | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL index b10dfd737..4a932fcde 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.144.0 +Version: 0.146.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 e0ec7507e..5732261fe 100644 --- a/ports/jsoncons/portfile.cmake +++ b/ports/jsoncons/portfile.cmake @@ -1,10 +1,8 @@ -include(vcpkg_common_functions) - vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO danielaparker/jsoncons - REF 7414d9f8165f5f69950d342be6db7afdcd7a692b # v0.144.0 - SHA512 846e8c1cf4d3ed1c2bc51d5a683743f84efddeba0d5badec95dfa3aa059ed94a5e07bdac5efe09a3c13291f0745c6e1d9e2d8a46d91d9947d559d3bbe69f6d97 + REF 91c275b5c6d2fdbcdfee5c66bd74e7072543bc99 # v0.146.0 + SHA512 8857060bed5ac32954386ad6447d30442c0882f6c0153b3cb12022fc1651b21eb62a14dc6198f45abe1a469784f9af6d3e9565a380b917d270e45103c4a9e265 HEAD_REF master )