From b96868cc5c04821812f6d1b1a67682aedf2b4376 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 00:43:07 +0000 Subject: [PATCH] conan: Update to version 1.53.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 7c9a0e0929..8329cc79cf 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.52.0", + "version": "1.53.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.52.0/conan-win-64.exe", - "hash": "c789e5ed8cb5f3424d3515ea6ba9d550dccf11917f298c09e288b3edc1982b82" + "url": "https://github.com/conan-io/conan/releases/download/1.53.0/conan-win-64.exe", + "hash": "96fc6cc19855b9aeabd0c8b07389cf37b4de8d6176cee475afe6b2e7956a7657" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.52.0/conan-win-32.exe", - "hash": "4c5171e45ddb8132ac03878ed443d45d632178d366f2eedbf088f3d28c3d611f" + "url": "https://github.com/conan-io/conan/releases/download/1.53.0/conan-win-32.exe", + "hash": "bbcdeec6c41aaa657bd002262226388df5f0e02901fdbeaf0b408c9e7902a469" } }, "innosetup": true,