From f6bca28b2118b8d34d97cd25bdf289315cfa6b10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 08:29:15 +0000 Subject: [PATCH] conan: Update to version 2.6.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index a379c94e14..4a0624100e 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.5.0", + "version": "2.6.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.5.0/conan-2.5.0-windows-x86_64.zip", - "hash": "b49ca61e114542a18a9e083c566fdbaefed8bfc47b24172c78ad71161bec46b0" + "url": "https://github.com/conan-io/conan/releases/download/2.6.0/conan-2.6.0-windows-x86_64.zip", + "hash": "dae5f9a8bf1ed98412140e70bfcd15d2fade091457824ae3a526a9c51c5d3d68" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.5.0/conan-2.5.0-windows-i686.zip", - "hash": "7d12ad4ee11faa8db82746a44e350010d7a997049437a7a9fc27d5f6c261c171" + "url": "https://github.com/conan-io/conan/releases/download/2.6.0/conan-2.6.0-windows-i686.zip", + "hash": "370d698494d02f5384e972390a43d0e723658398363e4e014b94ea26618de074" } }, "bin": "conan.exe",