From cb6d1b3063411439ac35c85523228702c7f155e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 16:49:12 +0000 Subject: [PATCH] conan: Update to version 1.47.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 1bbef3259a..829866b342 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.46.2", + "version": "1.47.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.46.2/conan-win-64.exe", - "hash": "5add6ed24009e04cdcab652dc82780fa0f45a19354c028bd88aea689d73c6817" + "url": "https://github.com/conan-io/conan/releases/download/1.47.0/conan-win-64.exe", + "hash": "3b4e3a436956cb1b9ab5cecf332633ac40885a8b82085bedec06124f7a9f5b5f" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.46.2/conan-win-32.exe", - "hash": "8996aefbe668f83191c4ee29f38c0e47488fe7f49e3e7f78f7aec7c9110a8f73" + "url": "https://github.com/conan-io/conan/releases/download/1.47.0/conan-win-32.exe", + "hash": "eb93f6c7aa08be484f2371d1ee773070b6afada12e20517640821630beae72ba" } }, "innosetup": true,