From 93e567ff023e4fe0d7efab8490da920b9ef3eedf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 8 Jun 2021 13:00:38 +0000 Subject: [PATCH] conan: Update to version 1.37.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index bce5fd30c6..31960843a9 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.37.0", + "version": "1.37.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.37.0/conan-win-64.exe", - "hash": "1fc61c70291a0be5c18fb9904c12ca51339d618f2e83680bca565fed1106ec82" + "url": "https://github.com/conan-io/conan/releases/download/1.37.1/conan-win-64.exe", + "hash": "3d81067b0be01ebc9a3335b1d49488879fb8b5372b7a72d896e4248db9aa1c0f" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.37.0/conan-win-32.exe", - "hash": "9924ad76bf3e6551d636243abc1a0f3e0e5810a568c48070056000ec33f49cc5" + "url": "https://github.com/conan-io/conan/releases/download/1.37.1/conan-win-32.exe", + "hash": "0b2b850ffdb7ab817e847fd103d33af182cb17f6c04b8ee68aeb7f9c04256948" } }, "innosetup": true,