From e3d9fb1f8b3ae94eb0cd3667e96cae2232c22908 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 25 Nov 2020 17:01:47 +0000 Subject: [PATCH] conan: Update to version 1.31.4 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 19a6d8f26b..b80736eb50 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.31.3", + "version": "1.31.4", "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.3/conan-win-64_1_31_3.exe", - "hash": "75d461e9c32e5798f6259e541d2cc88a9866db8b69a563dd801800bab77c555b" + "url": "https://github.com/conan-io/conan/releases/download/1.31.4/conan-win-64_1_31_4.exe", + "hash": "f78854957bfc485a36d175824633538e66116ade0ec21c6fd8a65903ccbb0c9a" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.31.3/conan-win-32_1_31_3.exe", - "hash": "35bd5fb8ee05be11df6be22c1db19066d462dade700f77623a1fa1742d6027ea" + "url": "https://github.com/conan-io/conan/releases/download/1.31.4/conan-win-32_1_31_4.exe", + "hash": "2672c48cbbcb50fb653fbf499093e1db27f9af6f69f47bea29ee00681e0140a3" } }, "innosetup": true,