From 6fe12b460e044ff792da839c0befa1c5427fa336 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 16:29:43 +0000 Subject: [PATCH] conan: Update to version 1.43.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index ce9661327a..5c06370593 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.43.0", + "version": "1.43.1", "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.43.0/conan-win-64.exe", - "hash": "ab9429cdb47b4248a3607a203b2cfa9c87a922c0bac9c62b2b540b4bd71e8a65" + "url": "https://github.com/conan-io/conan/releases/download/1.43.1/conan-win-64.exe", + "hash": "3a21590019d2ac04554882c724298610c89c6c007099525163cf3ce4da99e561" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.43.0/conan-win-32.exe", - "hash": "e853b3adabc551e2a2f4bbf9be09806d9f7cd7b145f7bc9b09a45291d81077cd" + "url": "https://github.com/conan-io/conan/releases/download/1.43.1/conan-win-32.exe", + "hash": "5b842e040952f217af7b3f94ba742c28bbf41583af715a8eed415469a64422c2" } }, "innosetup": true,