From 04e1e92800e2712b177a2d36a2e138ba786d5ee7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 3 Dec 2020 18:01:47 +0000 Subject: [PATCH] conan: Update to version 1.32.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index b80736eb50..33515c2416 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.31.4", + "version": "1.32.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.31.4/conan-win-64_1_31_4.exe", - "hash": "f78854957bfc485a36d175824633538e66116ade0ec21c6fd8a65903ccbb0c9a" + "url": "https://github.com/conan-io/conan/releases/download/1.32.0/conan-win-64_1_32_0.exe", + "hash": "c6de913e0040b26fb31609b564e51927e8517d15da884f987a8f860a12ec3fce" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.31.4/conan-win-32_1_31_4.exe", - "hash": "2672c48cbbcb50fb653fbf499093e1db27f9af6f69f47bea29ee00681e0140a3" + "url": "https://github.com/conan-io/conan/releases/download/1.32.0/conan-win-32_1_32_0.exe", + "hash": "f43df229bb0cfa6b51af5387b6179fa7a01c5cc76d5403555d58378bbdf691d2" } }, "innosetup": true,