From a0418a198bf40ec480145ad8e834421bef1ee512 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 27 Jul 2021 11:00:33 +0000 Subject: [PATCH] conan: Update to version 1.39.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 4ae514bc3b..81488dd4ed 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.38.0", + "version": "1.39.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.38.0/conan-win-64.exe", - "hash": "7d60167bd7da93e88d821f8a045fe1cd334b4a70defffe0b4e33ffc557fc5b3d" + "url": "https://github.com/conan-io/conan/releases/download/1.39.0/conan-win-64.exe", + "hash": "59d0b0b3f4418cd7846160a00ff2e1f2c2e5c6c665836d52954c1c25af213d73" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.38.0/conan-win-32.exe", - "hash": "eaab7a0575b93e5c498c7fa8a4bad6c80b831808032d88d6d20621fa932f5df0" + "url": "https://github.com/conan-io/conan/releases/download/1.39.0/conan-win-32.exe", + "hash": "ce3dbb37465eb6190b0aa7da66ee307d9a413bea59a3edf49d252efb8fda1ece" } }, "innosetup": true,