From 6cd9616ae38be1834175757ee1d85e45e89cacb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:29:20 +0000 Subject: [PATCH] conan: Update to version 1.51.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index b990d1d8b0..da93e12203 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.51.0", + "version": "1.51.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.51.0/conan-win-64.exe", - "hash": "1ccf46336a5e89b8d1ae3d49864bf5c97710e7e821605873c3000af5d86d5de5" + "url": "https://github.com/conan-io/conan/releases/download/1.51.1/conan-win-64.exe", + "hash": "9e17a115ed568bf0d387032b1962ae316ff6dff0630ec155fb6622a2880f9cdf" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.51.0/conan-win-32.exe", - "hash": "02db4a3bdf065a07332ef80a164551baff0c6804bb5eb5c11bf745094678ad14" + "url": "https://github.com/conan-io/conan/releases/download/1.51.1/conan-win-32.exe", + "hash": "70be14a819852ad9bb5e136afd93b62e3b5411f0547f653ce2f566c6a40bc691" } }, "innosetup": true,