From a03b44273ca2495169420590a77016db8cc34c5f Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 19 Nov 2023 16:44:38 +0100 Subject: [PATCH] nlohmann_json, bump version (#9774) --- ...lohmann_json-3.10.4.recipe => nlohmann_json-3.11.2.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-cpp/nlohmann_json/{nlohmann_json-3.10.4.recipe => nlohmann_json-3.11.2.recipe} (90%) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.10.4.recipe b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.recipe similarity index 90% rename from dev-cpp/nlohmann_json/nlohmann_json-3.10.4.recipe rename to dev-cpp/nlohmann_json/nlohmann_json-3.11.2.recipe index ebbb0db43..4ae394fea 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.10.4.recipe +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.recipe @@ -3,9 +3,9 @@ DESCRIPTION="One-header JSON library with intuitive syntax." HOMEPAGE="https://github.com/nlohmann/json" COPYRIGHT="2013-2021 Niels Lohmann" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="http://github.com/nlohmann/json/archive/v$portVersion/json-$portVersion.tar.gz" -CHECKSUM_SHA256="1155fd1a83049767360e9a120c43c578145db3204d2b309eba49fbbedd0f4ed3" +CHECKSUM_SHA256="d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273" SOURCE_FILENAME="nlohmann-json.v$portVersion.tar.gz" SOURCE_DIR="json-$portVersion"