From 2906a7803921a67ebb5c99b4da5915d16b62b993 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 30 Sep 2021 18:00:36 +0000 Subject: [PATCH] conan: Update to version 1.40.3 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index e2b4ad3cdd..b4d922ae63 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.40.2", + "version": "1.40.3", "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/1.40.2/conan-win-64.exe", - "hash": "fdd9af5a568225a1d22779f6426fd520208e184e948583d1d3f423f66b086fa2" + "url": "https://github.com/conan-io/conan/releases/download/1.40.3/conan-win-64.exe", + "hash": "20b87289dda2c0e7397ddd6d83c24d60cd2cce2116400335b4e2268125c7bf13" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.40.2/conan-win-32.exe", - "hash": "7e0673518139b03b31251542704df388073c2698dc046bef741f49d6fb99b4ce" + "url": "https://github.com/conan-io/conan/releases/download/1.40.3/conan-win-32.exe", + "hash": "2cd8cd378277e8b797b0ef602e933a2623550838d61cc64634d60a88589621f6" } }, "innosetup": true,