From babdca2a5bb765c66ad5f807cc1b783abe0d98af Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 15 Dec 2020 12:01:48 +0000 Subject: [PATCH] conan: Update to version 1.32.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 33515c2416..247929db36 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.32.0", + "version": "1.32.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.32.0/conan-win-64_1_32_0.exe", - "hash": "c6de913e0040b26fb31609b564e51927e8517d15da884f987a8f860a12ec3fce" + "url": "https://github.com/conan-io/conan/releases/download/1.32.1/conan-win-64_1_32_1.exe", + "hash": "d4816e74bda3c52887f75a524b9631828343961c6392ec82a8ac8c4ba1be2cf7" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.32.0/conan-win-32_1_32_0.exe", - "hash": "f43df229bb0cfa6b51af5387b6179fa7a01c5cc76d5403555d58378bbdf691d2" + "url": "https://github.com/conan-io/conan/releases/download/1.32.1/conan-win-32_1_32_1.exe", + "hash": "444a6694319932fb2ec423cc4d1de3a50de7190556f8c44ba14a0e1cf7391ac9" } }, "innosetup": true,