From 27febfd3c3795b07c8d44362729492e337a6c5b9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 14 Jun 2021 18:00:18 +0000 Subject: [PATCH] conan: Update to version 1.37.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 31960843a9..73fd01e0c1 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.37.1", + "version": "1.37.2", "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.37.1/conan-win-64.exe", - "hash": "3d81067b0be01ebc9a3335b1d49488879fb8b5372b7a72d896e4248db9aa1c0f" + "url": "https://github.com/conan-io/conan/releases/download/1.37.2/conan-win-64.exe", + "hash": "3d625153d16e3600be8a1fc156cc73e24dde88a5da46d76b67d025f09d174b85" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.37.1/conan-win-32.exe", - "hash": "0b2b850ffdb7ab817e847fd103d33af182cb17f6c04b8ee68aeb7f9c04256948" + "url": "https://github.com/conan-io/conan/releases/download/1.37.2/conan-win-32.exe", + "hash": "10247667f363ad01f13753c647bfcfca7a1cb947a20935d82d3f80d201e0b7cd" } }, "innosetup": true,