From 772623e770bdd644d9eb7369433ae95de7b8c792 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:28:04 +0000 Subject: [PATCH] conan: Update to version 2.0.4 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 60c4552093..3166ff5676 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.0.3", + "version": "2.0.4", "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.3/conan-win-64.exe", - "hash": "93d47cea5d71617b37b418de3773385e86da53598a01f97d6cc8f3abe8cc4e62" + "url": "https://github.com/conan-io/conan/releases/download/2.0.4/conan-win-64.exe", + "hash": "5cae2a0ebbb5234df9a180ac4450a77b703ee15bc383e58a6328e5fa2112ef5a" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.0.3/conan-win-32.exe", - "hash": "9749e3ece108e90ab23b7793893a4e640d78463b74d9f5d3289c025b150f99bc" + "url": "https://github.com/conan-io/conan/releases/download/2.0.4/conan-win-32.exe", + "hash": "ee28b4de100f67641b4940e88e70afc234a9a749be33ded210e0e0374a2cd826" } }, "innosetup": true,