From 43165dae025ad5c568cc6976c9f47b693693893f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 17 Nov 2020 14:01:47 +0000 Subject: [PATCH] conan: Update to version 1.31.3 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 58df61abe1..19a6d8f26b 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.31.2", + "version": "1.31.3", "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.2/conan-win-64_1_31_2.exe", - "hash": "673a2c1b64424cbfbbc742c9dd67235f1601268951a08c731fc077d949dce9cd" + "url": "https://github.com/conan-io/conan/releases/download/1.31.3/conan-win-64_1_31_3.exe", + "hash": "75d461e9c32e5798f6259e541d2cc88a9866db8b69a563dd801800bab77c555b" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.31.2/conan-win-32_1_31_2.exe", - "hash": "5c6da2be9dafb3bc550905eb6cd35ff9b0fc5176a4ab6da9eb6492afe9bcbd49" + "url": "https://github.com/conan-io/conan/releases/download/1.31.3/conan-win-32_1_31_3.exe", + "hash": "35bd5fb8ee05be11df6be22c1db19066d462dade700f77623a1fa1742d6027ea" } }, "innosetup": true,