From 91be13fd7aedc7991c9f56877ef286738dd1436c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:26:16 +0000 Subject: [PATCH] conan: Update to version 2.3.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 13b6693610..ad9e5134a6 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.2.3", + "version": "2.3.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.2.3/conan-2.2.3-windows-x86_64.zip", - "hash": "aba4e24175f470e53f3522786dac92a72890d37aed397e93adc40283d18dacbb" + "url": "https://github.com/conan-io/conan/releases/download/2.3.0/conan-2.3.0-windows-x86_64.zip", + "hash": "17ee3f02845180fa9a282adfb92b36c3b657ce5fc15d08a2dd32910c6958417f" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.2.3/conan-2.2.3-windows-i686.zip", - "hash": "4465627e1cf0749afdc0fe9964bff1c52f45736c3c0d3bf9c486c7f7806f8637" + "url": "https://github.com/conan-io/conan/releases/download/2.3.0/conan-2.3.0-windows-i686.zip", + "hash": "af4e44a5ac098b4c13b9ee6869944361c282de82d3f8efe248d4afdd66b0ac02" } }, "bin": "conan.exe",