From 1baf926c8cb557afaa9671ba535e3d682bd32e0e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 5 Feb 2020 15:01:57 +0000 Subject: [PATCH] conan: Update to version 1.22.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index fef60a3d60..1f55a69306 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.21.2", + "version": "1.22.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.21.2/conan-win-64_1_21_2.exe", - "hash": "a4a0151b6ef58f3643f1cd0939b1f125561cf7fb50d35f7a084231c47065d312" + "url": "https://github.com/conan-io/conan/releases/download/1.22.0/conan-win-64_1_22_0.exe", + "hash": "16fab95b98485cfa226d9f87f77adb5411073e4d298219c3704d6e457e60b6fd" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.21.2/conan-win-32_1_21_2.exe", - "hash": "403ec6448fc79156d669e9730291df1ba0890488d04f30b95d8fddc35d94edf3" + "url": "https://github.com/conan-io/conan/releases/download/1.22.0/conan-win-32_1_22_0.exe", + "hash": "86f074a63de427fa25ecce43fd27c3fe251710dbe1f28813f19cfdf4e18b7b2e" } }, "innosetup": true,