From 5e3c71844aa4823020303520ac1382a14074bede Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 08:30:38 +0000 Subject: [PATCH] conan: Update to version 2.19.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index c63785dc30..313b80c847 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.19.0", + "version": "2.19.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.19.0/conan-2.19.0-windows-x86_64.zip", - "hash": "19e831537db5feec4dbe9835c847d36ca777921ed16a35dbf478b25b42df950f" + "url": "https://github.com/conan-io/conan/releases/download/2.19.1/conan-2.19.1-windows-x86_64.zip", + "hash": "2e3b5f6c16a5133693e96c3699b5341dcbbfaab5202280f57ca8fbe281dde6c3" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.19.0/conan-2.19.0-windows-i686.zip", - "hash": "e9247329435b280b38284bc7aafb42ae4192767efaa8d14aee3674898a556e25" + "url": "https://github.com/conan-io/conan/releases/download/2.19.1/conan-2.19.1-windows-i686.zip", + "hash": "c50e2fd0fdf13c470301051b9dfc598f1f59a3c6527ab94854fd89b2f6232bfa" } }, "bin": "conan.exe",