From a3d5103f95626ca35c0de09f69aafdee69656eb1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 23 Jun 2020 14:00:41 +0000 Subject: [PATCH] conan: Update to version 1.26.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 6d76a89cd0..d33dbccd61 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.26.0", + "version": "1.26.1", "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.26.0/conan-win-64_1_26_0.exe", - "hash": "dc953d128700a33fd8f7876e341172c9b2083f5392b318ccb2692203cf7bfdc0" + "url": "https://github.com/conan-io/conan/releases/download/1.26.1/conan-win-64_1_26_1.exe", + "hash": "fa07f8dd2db4ba5f29f7fa09e88276cdd5ab194dd5881a61319c5a25ef459aa6" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.26.0/conan-win-32_1_26_0.exe", - "hash": "aad758f31ff965699d35021ef948a6e852cc08038c1e7f0d7224f01fd61f261f" + "url": "https://github.com/conan-io/conan/releases/download/1.26.1/conan-win-32_1_26_1.exe", + "hash": "61ce9f5605464e89235d03fb1f98998b34ed19b1be8cfd3541eb9b883074c472" } }, "innosetup": true,