From 2309270e277a58f95dd7d9cf5e0e9d13e2c2bdc6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 13 May 2020 17:01:49 +0000 Subject: [PATCH] conan: Update to version 1.25.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 3ca7c4ef2c..e4d91fe1da 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.25.0", + "version": "1.25.1", "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.0/conan-win-64_1_25_0.exe", - "hash": "8c7fce0fcfb660831de55bebac5f2d0ab8700ae9089b13135d34df988cbb633e" + "url": "https://github.com/conan-io/conan/releases/download/1.25.1/conan-win-64_1_25_1.exe", + "hash": "db1adeacdc3e545fe2b7ad3b3001f00d748e0b5af6a0214b645a01a756047316" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.25.0/conan-win-32_1_25_0.exe", - "hash": "9e1cf76f3cfa9ff74c6bcee8c1393e17cd0f39855055ce7e910ea7c823a4e9fe" + "url": "https://github.com/conan-io/conan/releases/download/1.25.1/conan-win-32_1_25_1.exe", + "hash": "aa48cfd08106d8d654c31d93c19a850b182eef07a047ce092045663dd2d1e6d3" } }, "innosetup": true,