aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorDaniel Parker <danielaparker@yahoo.com>2021-03-24 15:46:18 -0400
committerGitHub <noreply@github.com>2021-03-24 12:46:18 -0700
commit80bd78d3dd06504ad302bf391a7194955913265d (patch)
treec2cfa20d6e3e45651ef54ccf5b7511f1b68ad98b /ports
parente37bd3f12f140b9412675af1ab8eb66cd94093d6 (diff)
downloadvcpkg-80bd78d3dd06504ad302bf391a7194955913265d.tar.gz
vcpkg-80bd78d3dd06504ad302bf391a7194955913265d.zip
[jsoncons] Update to v0.163.0 (#16820)
* [jsoncons] Update to v0.163.0 * [jsoncons] Update baseline * [jsoncons] BUILD_TESTS ->JSONCONS_BUILD_TESTS * [jsoncons] Update baseline
Diffstat (limited to 'ports')
-rw-r--r--ports/jsoncons/CONTROL2
-rw-r--r--ports/jsoncons/portfile.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL
index 98699bd6d..559688ead 100644
--- a/ports/jsoncons/CONTROL
+++ b/ports/jsoncons/CONTROL
@@ -1,4 +1,4 @@
Source: jsoncons
-Version: 0.162.1
+Version: 0.163.0
Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, 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 e11ee6a16..9fd3af8cb 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 f45be36e9db94900ee2d4e090ca732375ece763c # v0.162.1
- SHA512 d4a7d2db41ef25cb5958203e2c715077b613c000ea4106ae00d309aa8e428811ae344924879cb73ceb47e071fc0a933c49b068c71fa836f3222a86d58280c1fb
+ REF 30ab7f073d6e6dfff747796e78349f0f9aee2a4e # v0.163.0
+ SHA512 139fbe0e4769ae5c1d4fc6ac53dde12ca6ccf01f0e4bf3f28f1bd623bf44eba3aee024913ba02c1df48f8d7639d602cabbb960bad704eb63242a59e9ec993e09
HEAD_REF master
)
@@ -10,7 +10,7 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
- -DBUILD_TESTS=OFF
+ -DJSONCONS_BUILD_TESTS=OFF
)
vcpkg_install_cmake()