From 8ac4fb0da17a228bb9e4ce7944c5403c62f022a1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 10 Mar 2020 19:01:49 +0000 Subject: [PATCH] conan: Update to version 1.23.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 632914af8f..5f9d2668f6 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.22.3", + "version": "1.23.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.22.3/conan-win-64_1_22_3.exe", - "hash": "b511148a3315dc61fd7b96ad0349eb0f65dee2c1b6ef48e7930b69cd4fdd741f" + "url": "https://github.com/conan-io/conan/releases/download/1.23.0/conan-win-64_1_23_0.exe", + "hash": "d98ba5cfe44a10d668410ff70c5a7413505473fbeb0b3b3902fb7d38271b3087" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.22.3/conan-win-32_1_22_3.exe", - "hash": "32712265b7f6cf0d5e7b6a11b9fe8b819c691df19a82b6ce47d7da292c01ea13" + "url": "https://github.com/conan-io/conan/releases/download/1.23.0/conan-win-32_1_23_0.exe", + "hash": "53c5bc5889e435a67617b07713148817305a57e19413c32c0c74bdaa2a288774" } }, "innosetup": true,