From 31fe4a579b3bc7fc7c0c9b7b8acda8aba2a093b3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 6 May 2020 15:01:49 +0000 Subject: [PATCH] conan: Update to version 1.25.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 22a2ea331e..3ca7c4ef2c 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.24.1", + "version": "1.25.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.24.1/conan-win-64_1_24_1.exe", - "hash": "f5e96db4c9631ae480b814a4d84e039842f97bed2c21790d472b0f385e80f691" + "url": "https://github.com/conan-io/conan/releases/download/1.25.0/conan-win-64_1_25_0.exe", + "hash": "8c7fce0fcfb660831de55bebac5f2d0ab8700ae9089b13135d34df988cbb633e" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.24.1/conan-win-32_1_24_1.exe", - "hash": "2e38029671babadc248566eda934b8acfa8219ce84bd84cbe1eabfca48bc7cad" + "url": "https://github.com/conan-io/conan/releases/download/1.25.0/conan-win-32_1_25_0.exe", + "hash": "9e1cf76f3cfa9ff74c6bcee8c1393e17cd0f39855055ce7e910ea7c823a4e9fe" } }, "innosetup": true,