From 5593b8890792c7cc46772d90202340153d956976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= Date: Sat, 23 Aug 2025 16:55:13 +0200 Subject: [PATCH] nlohmann_json: bump to version 3.12.0 --- ...lohmann_json-3.11.2.recipe => nlohmann_json-3.12.0.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-cpp/nlohmann_json/{nlohmann_json-3.11.2.recipe => nlohmann_json-3.12.0.recipe} (87%) diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.recipe b/dev-cpp/nlohmann_json/nlohmann_json-3.12.0.recipe similarity index 87% rename from dev-cpp/nlohmann_json/nlohmann_json-3.11.2.recipe rename to dev-cpp/nlohmann_json/nlohmann_json-3.12.0.recipe index 4ae394fea..f06584e19 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.recipe +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.12.0.recipe @@ -1,11 +1,11 @@ SUMMARY="JSON for Modern C++" DESCRIPTION="One-header JSON library with intuitive syntax." HOMEPAGE="https://github.com/nlohmann/json" -COPYRIGHT="2013-2021 Niels Lohmann" +COPYRIGHT="2013-2025 Niels Lohmann" LICENSE="MIT" REVISION="1" SOURCE_URI="http://github.com/nlohmann/json/archive/v$portVersion/json-$portVersion.tar.gz" -CHECKSUM_SHA256="d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273" +CHECKSUM_SHA256="4b92eb0c06d10683f7447ce9406cb97cd4b453be18d7279320f7b2f025c10187" SOURCE_FILENAME="nlohmann-json.v$portVersion.tar.gz" SOURCE_DIR="json-$portVersion"