From 43361c3fb3ed7bb9d954e2a788890950939a8f9a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 21 Sep 2021 19:00:40 +0000 Subject: [PATCH] conan: Update to version 1.40.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 8967dd08b3..e2b4ad3cdd 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.40.1", + "version": "1.40.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/1.40.1/conan-win-64.exe", - "hash": "98431866f0a08f446cb01d1913794aba9ad8ecc0a3573384a17ab9231bdcd1ed" + "url": "https://github.com/conan-io/conan/releases/download/1.40.2/conan-win-64.exe", + "hash": "fdd9af5a568225a1d22779f6426fd520208e184e948583d1d3f423f66b086fa2" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.40.1/conan-win-32.exe", - "hash": "aeeca94e92c4462090031dd5395d4e530e1645881147bcc6e67860b48ba803f9" + "url": "https://github.com/conan-io/conan/releases/download/1.40.2/conan-win-32.exe", + "hash": "7e0673518139b03b31251542704df388073c2698dc046bef741f49d6fb99b4ce" } }, "innosetup": true,