From ea8e06fd59a7cab220df78c6cb9859e8b347990c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 08:35:44 +0000 Subject: [PATCH] conan: Update to version 1.57.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index b317a240b3..c2dc05b2a1 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.56.0", + "version": "1.57.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.56.0/conan-win-64.exe", - "hash": "2c9caba6869de234f034932e7a3a053ee5348af6c163ea36873dce3c62b55617" + "url": "https://github.com/conan-io/conan/releases/download/1.57.0/conan-win-64.exe", + "hash": "5e0f9134f49b8fa972611b011d892f4d6945c618cff0c94574c1b70cf90306fa" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.56.0/conan-win-32.exe", - "hash": "0223a413d872d3553d26d6d123f2a42199b1d43cc78d3a0d6dd3be1de29ad34c" + "url": "https://github.com/conan-io/conan/releases/download/1.57.0/conan-win-32.exe", + "hash": "bcb99b7a9a4133a2f015bd3840a0ef52eb62e52697e469772126b44587d7d455" } }, "innosetup": true,