From b746271b7a5c2fe067e4a5d1890150371085013e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 29 Oct 2019 14:00:43 +0000 Subject: [PATCH] conan: Update to version 1.19.3 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 9e3f270b7f..eeba90937d 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.19.2", + "version": "1.19.3", "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.2/conan-win-64_1_19_2.exe", - "hash": "67ab64d74f882d91f8c86f1cdcc6fd8c3fbcf02dd502828c0a2ae336ebb1f5af" + "url": "https://github.com/conan-io/conan/releases/download/1.19.3/conan-win-64_1_19_3.exe", + "hash": "76ab5d2aa4da0b6023ab270d52fa45a352a41d79782db7346852333d69e204fc" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.19.2/conan-win-32_1_19_2.exe", - "hash": "a99ea7af956d455b6cda95acc803e0e5cd4117517e8ef05d9abe28f8e66531f7" + "url": "https://github.com/conan-io/conan/releases/download/1.19.3/conan-win-32_1_19_3.exe", + "hash": "e2151fa0ee99fc01cc59c9c0256684ca2c807d73116854c338a1bb367644ba4b" } }, "innosetup": true,