From 2cccb9a923ede0857901df447791176f64111009 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 16:31:09 +0000 Subject: [PATCH] conan: Update to version 1.50.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index a6e20a3255..5e821e5d22 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.50.0", + "version": "1.50.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.50.0/conan-win-64.exe", - "hash": "da8a5df0f6fc9d542acd9b93f8f31a084a398ee6ac7ddcfb46ffe8754cceaa13" + "url": "https://github.com/conan-io/conan/releases/download/1.50.1/conan-win-64.exe", + "hash": "e724a6ec6f58592ea6522feaac1e71ada932d374f61305d2935a798887704710" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.50.0/conan-win-32.exe", - "hash": "b28d74bb600a50754f8a02312eff087bc75004e2395a96771435152d71465051" + "url": "https://github.com/conan-io/conan/releases/download/1.50.1/conan-win-32.exe", + "hash": "b0d4268efbd14bce73729e5f4599b079ed68f3f8ad8854198088bcf5a0ce42a2" } }, "innosetup": true,