From 131744cebd3789daff0b613cf6e43c7eb237d9bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 08:31:04 +0000 Subject: [PATCH] conan: Update to version 1.49.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 112a39b0b4..2e4f2db108 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.48.1", + "version": "1.49.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/1.48.1/conan-win-64.exe", - "hash": "c043bc03758a147daa205b55a0891edcd3f8dccb5a8d38e65344cbd7b437441b" + "url": "https://github.com/conan-io/conan/releases/download/1.49.0/conan-win-64.exe", + "hash": "647e0ef627b4cf6fa366a91d36b85b2d80dbcd201caa20d29bb231ef58afa2c5" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.48.1/conan-win-32.exe", - "hash": "71154ce357e15dbcbd10d3b497af44561f8b5d8a4800495ce092b446ad5df810" + "url": "https://github.com/conan-io/conan/releases/download/1.49.0/conan-win-32.exe", + "hash": "7867bf2e71fef2290b2362a846e4c6f319522b9c5bc0f697cc96bf48fa385056" } }, "innosetup": true,