From a6ca540dadb12387ebabb8bec466747950b697bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:24:36 +0000 Subject: [PATCH] conan: Update to version 2.0.9 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 11c62ce492..164a0bd690 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.0.8", + "version": "2.0.9", "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.0.8/conan-win-64.exe", - "hash": "f97076e958b579964b5d66e76cfae7fe76398d71a94c8ba7fd57b8bb6d889d95" + "url": "https://github.com/conan-io/conan/releases/download/2.0.9/conan-win-64.exe", + "hash": "6e0b70049484d65dbc99309edfe0f20fd612fa693d390409dedb80143feeba30" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.0.8/conan-win-32.exe", - "hash": "bf971220872e59c7ef0701095acf4ab2218d6d2055ef1b2631b545e358018f32" + "url": "https://github.com/conan-io/conan/releases/download/2.0.9/conan-win-32.exe", + "hash": "f45b348914f2bfa7b27c590d00ed6264ad27945390b26686b27e16c02a0521c9" } }, "innosetup": true,