From bd151d13e04029a9a66b0eb15d266480e3bf82a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 20:25:02 +0000 Subject: [PATCH] conan: Update to version 1.60.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 3166ff5676..7336677773 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.0.4", + "version": "1.60.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/2.0.4/conan-win-64.exe", - "hash": "5cae2a0ebbb5234df9a180ac4450a77b703ee15bc383e58a6328e5fa2112ef5a" + "url": "https://github.com/conan-io/conan/releases/download/1.60.0/conan-win-64.exe", + "hash": "f2cf578219081730cd549f1af733ee0a3f0deb21778222cb382da3ec014aad49" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.0.4/conan-win-32.exe", - "hash": "ee28b4de100f67641b4940e88e70afc234a9a749be33ded210e0e0374a2cd826" + "url": "https://github.com/conan-io/conan/releases/download/1.60.0/conan-win-32.exe", + "hash": "e4e0f85bf9b074603b20613f927407af10df0ab6d98ef2281850cd3f6f2bc3f9" } }, "innosetup": true,