From f823fc6181fb182d4ed1d92e5b50f72832bab1eb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 30 Oct 2020 18:01:45 +0000 Subject: [PATCH] conan: Update to version 1.31.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index ad72d1f337..83599c1d9c 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.30.2", + "version": "1.31.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.30.2/conan-win-64_1_30_2.exe", - "hash": "51ef2fd7180465d597c0a5401709f4d8b1d2e2111f88ac234033c3c7eb503839" + "url": "https://github.com/conan-io/conan/releases/download/1.31.0/conan-win-64_1_31_0.exe", + "hash": "d4587fab4b180bd3aaaf466fcb9a90043e037a600b776d8a188da9cf85e99783" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.30.2/conan-win-32_1_30_2.exe", - "hash": "c190ce3ca491f02ec71f5a8ec36a33614f00156ab7081aa7d0db243e093f742d" + "url": "https://github.com/conan-io/conan/releases/download/1.31.0/conan-win-32_1_31_0.exe", + "hash": "53157b03693060c264671b00a81940e1c605d9f66459ff1a9f213edf99b640f9" } }, "innosetup": true,