From 8ccdbd869fe547d51dd4344ccac6e4532dc3de28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 12:31:13 +0000 Subject: [PATCH] conan: Update to version 2.3.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 8ad3997138..72069383a6 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.3.1", + "version": "2.3.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.3.1/conan-2.3.1-windows-x86_64.zip", - "hash": "923975d293dbd87026f00657fe247a29a8a90c1dd7396b98bd67b17967ee6190" + "url": "https://github.com/conan-io/conan/releases/download/2.3.2/conan-2.3.2-windows-x86_64.zip", + "hash": "a228321d9cf3eed89212aafd3392cad1e47abecb7503b726ac7895ae6b248164" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.3.1/conan-2.3.1-windows-i686.zip", - "hash": "bbfe9a0b1d1ee6d08897c2c331862020cdc8d5f56ea4da599b6070cdefa4c1af" + "url": "https://github.com/conan-io/conan/releases/download/2.3.2/conan-2.3.2-windows-i686.zip", + "hash": "f8a26cc12d1e6e9e419329ca984f543923940967a3b6959695e8181e01e9082e" } }, "bin": "conan.exe",