From c72bacd7d56824ce07e556861657549a5a24ace7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:30:13 +0000 Subject: [PATCH] conan: Update to version 2.9.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 2d75ccbf47..fae2e0755a 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.8.1", + "version": "2.9.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.8.1/conan-2.8.1-windows-x86_64.zip", - "hash": "0b6bbfea2fb9108cf080c0547c8099a5b60ca9566f47f74cc0f5a9bf101598d4" + "url": "https://github.com/conan-io/conan/releases/download/2.9.0/conan-2.9.0-windows-x86_64.zip", + "hash": "5eeae46d2f323ec810d00a9267d3ef6fa29071fc6ceec870f2d0b4b5c230287b" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.8.1/conan-2.8.1-windows-i686.zip", - "hash": "c49256d5c82b2442f4bfe3fe67f3ced7807fabf623f86c260b0cc8717d1b0d15" + "url": "https://github.com/conan-io/conan/releases/download/2.9.0/conan-2.9.0-windows-i686.zip", + "hash": "9ab82bb51e162ab89c9cc2c2ae946fffe70a62eeea22528cf196d84b9f305bc6" } }, "bin": "conan.exe",