From 635a01ad7b64f57bca69c53cd1ba447e4e3b7d30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:31:58 +0000 Subject: [PATCH] conan: Update to version 2.26.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index fea3b47bcb..c57d83778c 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.25.2", + "version": "2.26.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.25.2/conan-2.25.2-windows-x86_64.zip", - "hash": "bdb8cdfc7979672402ab26e2053048f2bacad9a269c2ef1c22c7c675ae6721c2" + "url": "https://github.com/conan-io/conan/releases/download/2.26.0/conan-2.26.0-windows-x86_64.zip", + "hash": "4178b814d07dc997ceda8862970413d2986f6f21e9043e794bb2982f1fe9473e" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.25.2/conan-2.25.2-windows-i686.zip", - "hash": "7dec0372a7935ce55605b32663d94d5e2cbebcec1fb0564e677930bdf9cd3c1d" + "url": "https://github.com/conan-io/conan/releases/download/2.26.0/conan-2.26.0-windows-i686.zip", + "hash": "7f083450b0d669ca3239f8f8f279de3d1afc9c161e1ccee586bbadfbca3d4e88" } }, "bin": "conan.exe",