From efe9c8a3e396014eee14c94709aa9c50067beab9 Mon Sep 17 00:00:00 2001 From: Kent Date: Fri, 1 Dec 2023 11:13:48 +0100 Subject: [PATCH] [nlohmann-json] version 3.11.3 (#35385) * nlohmann-json version 3.11.3 * ./vcpkg x-add-version --all * Update ports/nlohmann-json/portfile.cmake Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> * Update nlohmann-json.json --------- Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> --- ports/nlohmann-json/portfile.cmake | 4 ++-- ports/nlohmann-json/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nlohmann-json.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/nlohmann-json/portfile.cmake b/ports/nlohmann-json/portfile.cmake index 947cba3572..c20c530787 100644 --- a/ports/nlohmann-json/portfile.cmake +++ b/ports/nlohmann-json/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nlohmann/json - REF v3.11.2 - SHA512 70097c9bcd7a91254acbd41b8b68a6aaa371fc2dd7011f472917f69f1e2d2986155a0339dad791699d542e4a3be44dc49ae72ff73d0ee0ea4b34183296ce19a0 + REF "v${VERSION}" + SHA512 7df19b621de34f08d5d5c0a25e8225975980841ef2e48536abcf22526ed7fb99f88ad954a2cb823115db59ccc88d1dbe74fe6c281b5644b976b33fb78db9d717 HEAD_REF master ) diff --git a/ports/nlohmann-json/vcpkg.json b/ports/nlohmann-json/vcpkg.json index cc65b9d204..232df9415b 100644 --- a/ports/nlohmann-json/vcpkg.json +++ b/ports/nlohmann-json/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nlohmann-json", - "version-semver": "3.11.2", + "version-semver": "3.11.3", "description": "JSON for Modern C++", "homepage": "https://github.com/nlohmann/json", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 366c429c36..37b4df6eab 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5965,7 +5965,7 @@ "port-version": 3 }, "nlohmann-json": { - "baseline": "3.11.2", + "baseline": "3.11.3", "port-version": 0 }, "nlopt": { diff --git a/versions/n-/nlohmann-json.json b/versions/n-/nlohmann-json.json index 382f3b167b..ac520132fa 100644 --- a/versions/n-/nlohmann-json.json +++ b/versions/n-/nlohmann-json.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a728b86fa36d4885a4c57c79432660950644d6d4", + "version-semver": "3.11.3", + "port-version": 0 + }, { "git-tree": "caa64b8c731ac2457575ea3c5f1827bc82ecac84", "version-semver": "3.11.2",