From 8b508a3791a37a619a7e8e54c28c6b0764c9a86b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 10 Jun 2020 10:00:30 +0000 Subject: [PATCH] conan: Update to version 1.26.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 55c25f60b6..6d76a89cd0 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.25.2", + "version": "1.26.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.25.2/conan-win-64_1_25_2.exe", - "hash": "f9ec0ab78f9b62241fb090ae4f247d678fe9775bd7a390fa15ce94c983d9f5e6" + "url": "https://github.com/conan-io/conan/releases/download/1.26.0/conan-win-64_1_26_0.exe", + "hash": "dc953d128700a33fd8f7876e341172c9b2083f5392b318ccb2692203cf7bfdc0" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.25.2/conan-win-32_1_25_2.exe", - "hash": "ebee946b64197dde84b10d0b65467cfb422926d1fede28877dba92bdc2d1edec" + "url": "https://github.com/conan-io/conan/releases/download/1.26.0/conan-win-32_1_26_0.exe", + "hash": "aad758f31ff965699d35021ef948a6e852cc08038c1e7f0d7224f01fd61f261f" } }, "innosetup": true,