From ec2ba9e5fe1a4059850147d64067c14aeaf15494 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 12 Sep 2019 10:00:47 +0000 Subject: [PATCH] conan: Update to version 1.18.4 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 3923a577fe..df771b2bfc 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.18.3", + "version": "1.18.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.18.3/conan-win-64_1_18_3.exe", - "hash": "7e4c0d079ba39fce50acf4ee9a4fbbaaf77976c8c9fc4f5d2986e59d69148000" + "url": "https://github.com/conan-io/conan/releases/download/1.18.4/conan-win-64_1_18_4.exe", + "hash": "46ef25ae5e053227389fcd42ee8f2b35a088252e25641e244ee16da06caa1307" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.18.3/conan-win-32_1_18_3.exe", - "hash": "b64a8f995487d1945933f0b7c8c122afaa99600dbbf6fa713ed1875dcf728cb0" + "url": "https://github.com/conan-io/conan/releases/download/1.18.4/conan-win-32_1_18_4.exe", + "hash": "c799706319a6441de572e7f2ac7a979e805e94c9902a84202db5ca19868f35ce" } }, "innosetup": true,