From 21d30868d0c1a07b6096f3a5699801dd2f6cd6ca Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 9 Oct 2020 17:00:30 +0000 Subject: [PATCH] conan: Update to version 1.30.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 5e38f43b13..76d20c45db 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.30.0", + "version": "1.30.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.30.0/conan-win-64_1_30_0.exe", - "hash": "71744e28a63d8447eaa977772e955821c346a60acdd0bc3ddc9c57f09c6d15ab" + "url": "https://github.com/conan-io/conan/releases/download/1.30.1/conan-win-64_1_30_1.exe", + "hash": "e3e834717ce7d81e5b8a1be96a40ee3a5a6276c8cc19b1dce725549a4f705229" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.30.0/conan-win-32_1_30_0.exe", - "hash": "db25fcd1ba4689eb25b7bdb46fbb2488e3c0b72201074b662f536ac1055fe51d" + "url": "https://github.com/conan-io/conan/releases/download/1.30.1/conan-win-32_1_30_1.exe", + "hash": "f6fbed4c658ea0e5bb671461707a503dc37fc5737a5d57c20e296a5a9dd5d68b" } }, "innosetup": true,