From 5226c8e470deb2cf6478728690838b47c8b44869 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 16 Oct 2019 14:00:17 +0000 Subject: [PATCH] conan: Update to version 1.19.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 0149f14190..9e3f270b7f 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.19.1", + "version": "1.19.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.19.1/conan-win-64_1_19_1.exe", - "hash": "12d5f4ec43fa50e4589f79e4e4a69a53b5fff6e7efb5638029ac8b61659a0034" + "url": "https://github.com/conan-io/conan/releases/download/1.19.2/conan-win-64_1_19_2.exe", + "hash": "67ab64d74f882d91f8c86f1cdcc6fd8c3fbcf02dd502828c0a2ae336ebb1f5af" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.19.1/conan-win-32_1_19_1.exe", - "hash": "0f04a0e42af5c84adf17c0795fd8f94e3e0475ad7a8be7b87c6951c9d53212d6" + "url": "https://github.com/conan-io/conan/releases/download/1.19.2/conan-win-32_1_19_2.exe", + "hash": "a99ea7af956d455b6cda95acc803e0e5cd4117517e8ef05d9abe28f8e66531f7" } }, "innosetup": true,