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