From e1dbeccbb74a6043c57849c6809d2888604d773a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 31 Mar 2020 19:01:51 +0000 Subject: [PATCH] conan: Update to version 1.24.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 5f9d2668f6..5089263c58 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.23.0", + "version": "1.24.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.23.0/conan-win-64_1_23_0.exe", - "hash": "d98ba5cfe44a10d668410ff70c5a7413505473fbeb0b3b3902fb7d38271b3087" + "url": "https://github.com/conan-io/conan/releases/download/1.24.0/conan-win-64_1_24_0.exe", + "hash": "f1df3af4bc0bad7f37e80ef048eedf62f8a4482224bb085d97c2229a3c53bd9c" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.23.0/conan-win-32_1_23_0.exe", - "hash": "53c5bc5889e435a67617b07713148817305a57e19413c32c0c74bdaa2a288774" + "url": "https://github.com/conan-io/conan/releases/download/1.24.0/conan-win-32_1_24_0.exe", + "hash": "2246ea7d8b918d918ab4d7b79c9d5b852bb056bbc0ddb48a72ceb4e9be96c455" } }, "innosetup": true,