From 64e296f20e3aa7b07fbc8ac7fa746025c96bdd9c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 29 Oct 2021 06:00:38 +0000 Subject: [PATCH] conan: Update to version 1.42.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 2326bd58b2..0504da41cb 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.41.0", + "version": "1.42.0", "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.41.0/conan-win-64.exe", - "hash": "7f4accc6083d8ee94214297d663bef6ee2754bfbb435d2eef75502c9c7e328f5" + "url": "https://github.com/conan-io/conan/releases/download/1.42.0/conan-win-64.exe", + "hash": "71c54bf742f8ffab76847582522d1e35ae25ee56748c98c49480fb3c96bc68e5" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.41.0/conan-win-32.exe", - "hash": "8187202bbb8718c989ae0d8d0d0e59b50aa56c70e32e127c562c692810f929cd" + "url": "https://github.com/conan-io/conan/releases/download/1.42.0/conan-win-32.exe", + "hash": "01b4739ad19bcceba8e7e3877c555d7bfb83735bf0fb6097f8fce3257ea2b6af" } }, "innosetup": true,