From 1975f3c1d85e08cb124abf4fcce7ce6058ccdc9c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 28 Apr 2021 15:00:18 +0000 Subject: [PATCH] conan: Update to version 1.36.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 907e4271da..ad3c323274 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.35.2", + "version": "1.36.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.35.2/conan-win-64.exe", - "hash": "d141e99b91a5f30d605296eac796895af577c4cf8b193b43268b8ff54d05af9c" + "url": "https://github.com/conan-io/conan/releases/download/1.36.0/conan-win-64.exe", + "hash": "906021184407a29a55926678ce144d5801c16c4b80d57a9724076413c9a8df95" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.35.2/conan-win-32.exe", - "hash": "93cdbb73502c98f14ecbbc16f2788deea8d2ab12b37e75ac1b9499e891ff6eec" + "url": "https://github.com/conan-io/conan/releases/download/1.36.0/conan-win-32.exe", + "hash": "0760a89d7b7a28ff9ce6e25ab37d9272016a884b142cd14cd340f46bb73291b4" } }, "innosetup": true,