From f3509120906bb1042993896d751633435a369621 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 13 Apr 2021 09:00:23 +0000 Subject: [PATCH] conan: Update to version 1.35.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 5405736567..7648320d3a 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.35.0", + "version": "1.35.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.35.0/conan-win-64_1_35_0.exe", - "hash": "f826de4c3f4c934e64edcb16c496e20bbebb55f47c9ed8b37521369b16dce53d" + "url": "https://github.com/conan-io/conan/releases/download/1.35.1/conan-win-64_1_35_1.exe", + "hash": "9a8fc682aa683ec4995701cef51598af91e727b4f8d33fa95c5cc25a091a8423" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.35.0/conan-win-32_1_35_0.exe", - "hash": "76bfac7d18f1d0068277aca684385a403f63a6f443cf13e7d72eee9c684381d9" + "url": "https://github.com/conan-io/conan/releases/download/1.35.1/conan-win-32_1_35_1.exe", + "hash": "6f60acc652cff14c870a6d9b70da2f7edf42581b81f06614de7520c3c8489cd4" } }, "innosetup": true,