From f999865148d606f4afad0236edef175cf0765953 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:27:17 +0000 Subject: [PATCH] conan: Update to version 2.0.11 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 50f0e7dfe3..f6897f218d 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.0.10", + "version": "2.0.11", "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.0.10/conan-win-64.exe", - "hash": "568cc72331e37eb73a2cdb6cf51c0e2436d840541c16ca6c9b33153bdcab7492" + "url": "https://github.com/conan-io/conan/releases/download/2.0.11/conan-win-64.exe", + "hash": "3ee796c05b34d9776a30c2c6adf043354f576474bf134eb7f4906537ab9567bf" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.0.10/conan-win-32.exe", - "hash": "8f6897777c382583422a05aa092e2102aec86c4764118837ee934852dd837cbb" + "url": "https://github.com/conan-io/conan/releases/download/2.0.11/conan-win-32.exe", + "hash": "1137dc37fd60e9f44d27c1f527fbb07d92d69c99a9f017023685fd9d6c990a65" } }, "innosetup": true,