From 4b8643006b0274a750e860e9b13f7eced8d0ca4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:25:24 +0000 Subject: [PATCH] conan: Update to version 2.2.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index b4cfea316c..6e0ddbc123 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.2.0", + "version": "2.2.1", "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.2.0/conan-2.2.0-windows-x86_64.zip", - "hash": "d1dfb27e5ee6415dbd2278c99aa9a3504b91b8d014455223eb122e382caef56a" + "url": "https://github.com/conan-io/conan/releases/download/2.2.1/conan-2.2.1-windows-x86_64.zip", + "hash": "d6721a6b87784c61fa997c03cdb1177653a09bad197afe5463534b78b7fcb13e" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.2.0/conan-2.2.0-windows-i686.zip", - "hash": "83ffcaa7e0ce57ec1a117daee209a8dcf5d6c81dca90d07222e4b2441519bfee" + "url": "https://github.com/conan-io/conan/releases/download/2.2.1/conan-2.2.1-windows-i686.zip", + "hash": "dc9918fd5948880ab20b8604b12b559988486a9bda8a8ba461d7949a1e9cf248" } }, "bin": "conan.exe",