From 64802d54f5e143272bfcc2090218b91e365bf155 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 20:26:31 +0000 Subject: [PATCH] conan: Update to version 1.45.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 7e60404c73..f03c210c8b 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.44.1", + "version": "1.45.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.44.1/conan-win-64.exe", - "hash": "e1e22ca0c2f864bcb22dda4302d93a97992dc01202abe1580209e1e51ef923aa" + "url": "https://github.com/conan-io/conan/releases/download/1.45.0/conan-win-64.exe", + "hash": "471879bf66febaf2dedc6c68f499f22ef873e66fc1dd6d596cba2d3b3518a949" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.44.1/conan-win-32.exe", - "hash": "5f832ad8a938c6c26803e44428eaa5a23362c4f38615b5b703252d271d826126" + "url": "https://github.com/conan-io/conan/releases/download/1.45.0/conan-win-32.exe", + "hash": "9e942ce4d08d816ac52ee3b7f9f133521c17a1916f1314298ac238fdd4ef7043" } }, "innosetup": true,