From 2b447828872fe4b235c8c42f9c1ebe9a00a19ee9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:31:49 +0000 Subject: [PATCH] conan: Update to version 2.12.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index f63859c96d..f00e268535 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.12.0", + "version": "2.12.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.12.0/conan-2.12.0-windows-x86_64.zip", - "hash": "cd6d5ebac235b66a66a49711a9b9a73682fb101b27fb67128d0a372eb48d50a8" + "url": "https://github.com/conan-io/conan/releases/download/2.12.1/conan-2.12.1-windows-x86_64.zip", + "hash": "da6f92e554eea60a6791a8edd307f971fb7773331590b426aca218f9ee29a359" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.12.0/conan-2.12.0-windows-i686.zip", - "hash": "2c896d375c0d0cd5e740ace71667b1129f0db99d493a70a20ac4a89877de6513" + "url": "https://github.com/conan-io/conan/releases/download/2.12.1/conan-2.12.1-windows-i686.zip", + "hash": "541cc8685aef6a7718951151124df75e722fbd0390f9021582f3b9c7106b611e" } }, "bin": "conan.exe",