From 4d3f211e55db5902b08540a1ab0242d4ae87c353 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:31:41 +0000 Subject: [PATCH] conan: Update to version 2.7.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index ab847d42bc..0c836436af 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.7.0", + "version": "2.7.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.7.0/conan-2.7.0-windows-x86_64.zip", - "hash": "78101e67e2bac2adaab91915d10913108af7ab7fbe625c4acc0c624815e80505" + "url": "https://github.com/conan-io/conan/releases/download/2.7.1/conan-2.7.1-windows-x86_64.zip", + "hash": "632daefbabd24f5dcbfa0094aab69507add9c25e0ab85344317ef2eb7518e311" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.7.0/conan-2.7.0-windows-i686.zip", - "hash": "5e8c5268aac4ae62724d5d7bc0f37b25129f4ef1501d415be04645de2b371246" + "url": "https://github.com/conan-io/conan/releases/download/2.7.1/conan-2.7.1-windows-i686.zip", + "hash": "65bea4533baf4af22c66ce68c978e371beb8c1770e63bb08e0a52c557467b2dd" } }, "bin": "conan.exe",