From f903d1e975b4f01393dd8742b2ccfb5617d10c8f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 25 Jul 2019 15:01:15 +0000 Subject: [PATCH] conan: Update to version 1.17.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index ecafe5c3cd..a6d3324615 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.17.1", + "version": "1.17.2", "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.17.1/conan-win-64_1_17_1.exe", - "hash": "e2773145848d1fafdf223545c3ea6410891a5c7464992649bda41c0168f9b726" + "url": "https://github.com/conan-io/conan/releases/download/1.17.2/conan-win-64_1_17_2.exe", + "hash": "c54761828e7f300e0dba9c7c43092a37110418cc9c20cc31f909c14fd02eec7e" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.17.1/conan-win-32_1_17_1.exe", - "hash": "4c369d17e6dedda910022806ba057e93abb2460123d24c807c830852e1195a95" + "url": "https://github.com/conan-io/conan/releases/download/1.17.2/conan-win-32_1_17_2.exe", + "hash": "9d2e549fc7884bf8ec6b0b70a589818ab02eb77f6c316e5c8a756232bef8bbca" } }, "innosetup": true,