From 91c1525f832a6084cbde811b06fc5db8a33f886e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 20:27:21 +0000 Subject: [PATCH] conan: Update to version 1.43.4 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index f03c210c8b..2e8db1b099 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.45.0", + "version": "1.43.4", "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.45.0/conan-win-64.exe", - "hash": "471879bf66febaf2dedc6c68f499f22ef873e66fc1dd6d596cba2d3b3518a949" + "url": "https://github.com/conan-io/conan/releases/download/1.43.4/conan-win-64.exe", + "hash": "4bda321966d1610edf31bb14620cbc4bf12ce19248e78d0e218abec8b9ca121c" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.45.0/conan-win-32.exe", - "hash": "9e942ce4d08d816ac52ee3b7f9f133521c17a1916f1314298ac238fdd4ef7043" + "url": "https://github.com/conan-io/conan/releases/download/1.43.4/conan-win-32.exe", + "hash": "6eadcfdb15f0482461af7adaff647b33db47c8d58521ef7066343efc10f1f058" } }, "innosetup": true,