From 0790c213f2ec1c1577b2d69d31f67171f037e3a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:29:39 +0000 Subject: [PATCH] conan: Update to version 2.15.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 57e8761b1b..1764840a33 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.15.0", + "version": "2.15.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.15.0/conan-2.15.0-windows-x86_64.zip", - "hash": "ebde3f487eddf66f50ee9593c8890baa8a621c07a7dc932c581227a4bd9485b5" + "url": "https://github.com/conan-io/conan/releases/download/2.15.1/conan-2.15.1-windows-x86_64.zip", + "hash": "c7469ce022b74d5f842d9454fb58906db5fadad5629f89b70305be2a412aa1f6" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.15.0/conan-2.15.0-windows-i686.zip", - "hash": "38ab42638aa3de8bc582c9233834765b6fd00bffcb592ceedf4e00da983520c1" + "url": "https://github.com/conan-io/conan/releases/download/2.15.1/conan-2.15.1-windows-i686.zip", + "hash": "034c2e170ef159b4c0c40f0cf2c8a69813c0333601de8479362063b8e2c2d466" } }, "bin": "conan.exe",