From 3cffac1568caab90b3f8c3d7e24d3ca7179271ad Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 2 Feb 2021 09:00:17 +0000 Subject: [PATCH] conan: Update to version 1.33.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 55c5cc1f25..d8627ecca3 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.33.0", + "version": "1.33.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.33.0/conan-win-64_1_33_0.exe", - "hash": "0e37c3f930526b83c7c823f3a44371724b27645546b6ea7f0cef56dd1bf07ad7" + "url": "https://github.com/conan-io/conan/releases/download/1.33.1/conan-win-64_1_33_1.exe", + "hash": "24de5ae812f42b4b3049b0219642cb1ecccdf25c093f41ef448c368c3c665764" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.33.0/conan-win-32_1_33_0.exe", - "hash": "dda18d87702d1942af2301c9ee334265268ee80e4e068e29771bf7491ac45376" + "url": "https://github.com/conan-io/conan/releases/download/1.33.1/conan-win-32_1_33_1.exe", + "hash": "df83e5eb14fa2f2752ef576158f846a6aeb3290afc019edc3bcb5ab0283e3359" } }, "innosetup": true,