From ea08cd547bec27f42c8c2519647ceff4a6f18d63 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 4 Jun 2019 08:02:06 +0000 Subject: [PATCH] conan: Update to version 1.16.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 9a0230ab89..6b52617dab 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.15.2", + "version": "1.16.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.15.2/conan-win-64_1_15_2.exe", - "hash": "25ca02e0d5615ce9d58d22cc65d6f11d8445239020642dc85dbba5ab6b1bd922" + "url": "https://github.com/conan-io/conan/releases/download/1.16.0/conan-win-64_1_16_0.exe", + "hash": "f5bc348e85b3c4d8d7210c5576ac8fed87904b2b3ef82d46c6fb47dc824024b6" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.15.2/conan-win-32_1_15_2.exe", - "hash": "199bb787133f548c99607028d1c57826c84d773a812a14d7c18e97eb326732c4" + "url": "https://github.com/conan-io/conan/releases/download/1.16.0/conan-win-32_1_16_0.exe", + "hash": "b1c225ee83261bc8aa0c03d92022666595018092aa14e16ac8e408180d500032" } }, "innosetup": true,