From a6a5d2ee37cde3f94baae22b0606373e90532944 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 11 Nov 2019 15:00:36 +0000 Subject: [PATCH] conan: Update to version 1.20.3 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index d15eb7ff05..38b2b0ff68 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.20.2", + "version": "1.20.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.20.2/conan-win-64_1_20_2.exe", - "hash": "2f85e798b8cc4b919f73e6851a1c82a2892d79c49d9e4e8f660d1db82430f91b" + "url": "https://github.com/conan-io/conan/releases/download/1.20.3/conan-win-64_1_20_3.exe", + "hash": "4383361e84bac1bfd72120d039f972d1d406cf15a0e463adeb8523acf733e7b9" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.20.2/conan-win-32_1_20_2.exe", - "hash": "86975f9132d8ab74e72affde6930dee034d8769379e3fccd5114e5c1efe3119b" + "url": "https://github.com/conan-io/conan/releases/download/1.20.3/conan-win-32_1_20_3.exe", + "hash": "a66cdc961ed198b2952b09374acb0e5fd9ad3589f24f2955b3c70f7ab9b1991e" } }, "innosetup": true,