From e7947098c28305dc5790448cf64b9f683133ceb9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:31:20 +0000 Subject: [PATCH] conan: Update to version 2.24.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 40e4e8ddee..17ed99c6fe 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.23.0", + "version": "2.24.0", "description": "The open-source, decentralized C/C++ package manager", "homepage": "https://conan.io", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.23.0/conan-2.23.0-windows-x86_64.zip", - "hash": "196588c71d84433ef195a8bf76dfbffa3a6b6087cf782ae4940a0cf91d3ed75e" + "url": "https://github.com/conan-io/conan/releases/download/2.24.0/conan-2.24.0-windows-x86_64.zip", + "hash": "aefd6f4ea9c69681a185fa7cd4c19c51d700a8f5f72dad7a4d00adb61301acc5" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.23.0/conan-2.23.0-windows-i686.zip", - "hash": "90dd204f83f7b2f0c2fe59645da5e6f75ea18df7826a173f67d0b7248f511bbd" + "url": "https://github.com/conan-io/conan/releases/download/2.24.0/conan-2.24.0-windows-i686.zip", + "hash": "26a9fc8f77576ee3f69d26d18e6d6f1021bdbb4a55494d3f1184fa678a6609ef" } }, "bin": "conan.exe",