From a5636074b6d4236be2aacf7b9b7133a0a07b30dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:38:22 +0000 Subject: [PATCH] conan: Update to version 2.11.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index fdcf769289..b90b84add2 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.10.3", + "version": "2.11.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.10.3/conan-2.10.3-windows-x86_64.zip", - "hash": "830b3cbaa8d68a6a2cbdaf670838521527c2e52bd6e40188a8e54c4f749957eb" + "url": "https://github.com/conan-io/conan/releases/download/2.11.0/conan-2.11.0-windows-x86_64.zip", + "hash": "884e36a126340f1f0d19415b528ceff48c2068b1a48e06c3904f4f4ed006068f" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.10.3/conan-2.10.3-windows-i686.zip", - "hash": "a44f7ebcbebad4f7684bcaac432973b69a52a9a5ca07664e24fc1cefe3386b47" + "url": "https://github.com/conan-io/conan/releases/download/2.11.0/conan-2.11.0-windows-i686.zip", + "hash": "85a1523f97dd7e1f73852cddb657ef5aa242335e72d0eaa8ab7e77818ef6689b" } }, "bin": "conan.exe",