From 185ba5a17fd3639a1f53ac8b36f3a5b0eb9d3476 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 May 2020 17:01:50 +0000 Subject: [PATCH] conan: Update to version 1.25.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index e4d91fe1da..55c25f60b6 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.25.1", + "version": "1.25.2", "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.25.1/conan-win-64_1_25_1.exe", - "hash": "db1adeacdc3e545fe2b7ad3b3001f00d748e0b5af6a0214b645a01a756047316" + "url": "https://github.com/conan-io/conan/releases/download/1.25.2/conan-win-64_1_25_2.exe", + "hash": "f9ec0ab78f9b62241fb090ae4f247d678fe9775bd7a390fa15ce94c983d9f5e6" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.25.1/conan-win-32_1_25_1.exe", - "hash": "aa48cfd08106d8d654c31d93c19a850b182eef07a047ce092045663dd2d1e6d3" + "url": "https://github.com/conan-io/conan/releases/download/1.25.2/conan-win-32_1_25_2.exe", + "hash": "ebee946b64197dde84b10d0b65467cfb422926d1fede28877dba92bdc2d1edec" } }, "innosetup": true,