From 80aa22617ee14da1d679fa780d5d0a20373e2323 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:31:06 +0000 Subject: [PATCH] conan: Update to version 2.0.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index c218670fb4..77cee41bfb 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.0.1", + "version": "2.0.2", "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.1/conan-win-64.exe", - "hash": "9f10fd97636851f5a5efc23d37f03b17611a70196572c3b5891ee7ee9ddb0250" + "url": "https://github.com/conan-io/conan/releases/download/2.0.2/conan-win-64.exe", + "hash": "968f152120596dacf485721bfc54b9b79751b2bd21ce5c8fa636982057ac757f" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.0.1/conan-win-32.exe", - "hash": "25c267beb7acb10b68d3b5e1b619ff484d371c3c2dbdd69b7680b394662517ba" + "url": "https://github.com/conan-io/conan/releases/download/2.0.2/conan-win-32.exe", + "hash": "4274c60854fb60d5df67fd4da81308a9174c9829188d6490c81f3c33825457f7" } }, "innosetup": true,