From 77a7f02b242af47d7ad9c22af54c73e9a506e9ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 16:29:46 +0000 Subject: [PATCH] conan: Update to version 1.46.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 5ddc4adb3c..1bbef3259a 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.46.1", + "version": "1.46.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.46.1/conan-win-64.exe", - "hash": "3fa54c789704f7f98bb56b8ad9f717c4cac142ba0b080618f3157e972cff35c6" + "url": "https://github.com/conan-io/conan/releases/download/1.46.2/conan-win-64.exe", + "hash": "5add6ed24009e04cdcab652dc82780fa0f45a19354c028bd88aea689d73c6817" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.46.1/conan-win-32.exe", - "hash": "c00fd226924bc9fc5fffb098c27250358f3a7f2fd4d04cf34ef4249d4a914aa3" + "url": "https://github.com/conan-io/conan/releases/download/1.46.2/conan-win-32.exe", + "hash": "8996aefbe668f83191c4ee29f38c0e47488fe7f49e3e7f78f7aec7c9110a8f73" } }, "innosetup": true,