From 6263cb2be324f3cf4cf4eba88b278ced7992255f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 24 Sep 2019 09:00:21 +0000 Subject: [PATCH] conan: Update to version 1.18.5 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index df771b2bfc..a0dd92061a 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.18.4", + "version": "1.18.5", "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.18.4/conan-win-64_1_18_4.exe", - "hash": "46ef25ae5e053227389fcd42ee8f2b35a088252e25641e244ee16da06caa1307" + "url": "https://github.com/conan-io/conan/releases/download/1.18.5/conan-win-64_1_18_5.exe", + "hash": "75a99b6cd0638efe76422151e0b8b19fa9ec448622454f5f278f8edd3941b2af" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.18.4/conan-win-32_1_18_4.exe", - "hash": "c799706319a6441de572e7f2ac7a979e805e94c9902a84202db5ca19868f35ce" + "url": "https://github.com/conan-io/conan/releases/download/1.18.5/conan-win-32_1_18_5.exe", + "hash": "387298398f4ac4de8a689e60ef4d86d53909c70b626f7b05161844d8be31d738" } }, "innosetup": true,