From 6e03d01620f0708ac5b6258eb95eabaa0a03fcd0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 4 Nov 2019 12:00:26 +0000 Subject: [PATCH] conan: Update to version 1.20.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index eeba90937d..65a86aa867 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.19.3", + "version": "1.20.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.19.3/conan-win-64_1_19_3.exe", - "hash": "76ab5d2aa4da0b6023ab270d52fa45a352a41d79782db7346852333d69e204fc" + "url": "https://github.com/conan-io/conan/releases/download/1.20.0/conan-win-64_1_20_0.exe", + "hash": "f3394dffd0ff16a380017291545f636fa24c69d9b4cca7b08c6392125950a8c9" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.19.3/conan-win-32_1_19_3.exe", - "hash": "e2151fa0ee99fc01cc59c9c0256684ca2c807d73116854c338a1bb367644ba4b" + "url": "https://github.com/conan-io/conan/releases/download/1.20.0/conan-win-32_1_20_0.exe", + "hash": "c25ab32f82daa2cb938e5fe8c5911dad1ad8a897a43a421d085111b91e793c5a" } }, "innosetup": true,