From f93dcd754815bf5812274dcbec58e190e07d2c06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 00:36:16 +0000 Subject: [PATCH] conan: Update to version 2.0.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 3bc4408a2c..9cbe5a6caa 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.59.0", + "version": "2.0.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.59.0/conan-win-64.exe", - "hash": "e8c86f638127fcda2b58c36c8be04e1289dd82580485954fb0fb9be0dfe522ed" + "url": "https://github.com/conan-io/conan/releases/download/2.0.1/conan-win-64.exe", + "hash": "9f10fd97636851f5a5efc23d37f03b17611a70196572c3b5891ee7ee9ddb0250" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.59.0/conan-win-32.exe", - "hash": "88a8ddeda112b3dfa9bacffb3d0d7cccfa7285244391988d34b954912994934e" + "url": "https://github.com/conan-io/conan/releases/download/2.0.1/conan-win-32.exe", + "hash": "25c267beb7acb10b68d3b5e1b619ff484d371c3c2dbdd69b7680b394662517ba" } }, "innosetup": true,