From 27d80d7518b8be4688b726428f475f1dac238a6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:31:59 +0000 Subject: [PATCH] conan: Update to version 2.8.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 0a26d0e7ca..2d75ccbf47 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.8.0", + "version": "2.8.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.8.0/conan-2.8.0-windows-x86_64.zip", - "hash": "5244e926e442575b2bc112f94079f1d7abcd8f557869bea718cb8b5ea596f1f2" + "url": "https://github.com/conan-io/conan/releases/download/2.8.1/conan-2.8.1-windows-x86_64.zip", + "hash": "0b6bbfea2fb9108cf080c0547c8099a5b60ca9566f47f74cc0f5a9bf101598d4" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.8.0/conan-2.8.0-windows-i686.zip", - "hash": "b6c8bf4215af79c2bbc64d8ae492afec12bb24cba3f59b60793702c5d1c8f13c" + "url": "https://github.com/conan-io/conan/releases/download/2.8.1/conan-2.8.1-windows-i686.zip", + "hash": "c49256d5c82b2442f4bfe3fe67f3ced7807fabf623f86c260b0cc8717d1b0d15" } }, "bin": "conan.exe",