From 3f9cd9ed8cb424bbf3f11a4272650071f3e13916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:30:01 +0000 Subject: [PATCH] conan: Update to version 2.22.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 1158aa2b9f..2c04017ae6 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.22.1", + "version": "2.22.2", "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.22.1/conan-2.22.1-windows-x86_64.zip", - "hash": "e88e2bb7db2a38152625165e47076ec968b75049c03b0d5bb90961a44ca2c786" + "url": "https://github.com/conan-io/conan/releases/download/2.22.2/conan-2.22.2-windows-x86_64.zip", + "hash": "6c38f3a19f9de1017234cc0ad09e67f5204c997d3ac971f74c2cc7f2957c797c" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.22.1/conan-2.22.1-windows-i686.zip", - "hash": "c222c37018ab84e20765c825b3d31856fca6d8e90c2302494502bd6af995d948" + "url": "https://github.com/conan-io/conan/releases/download/2.22.2/conan-2.22.2-windows-i686.zip", + "hash": "1eac917377b30ba5ede47081a328177ee30f55e12dad3ae911b9ee4f12c6f508" } }, "bin": "conan.exe",