From 289f26950535600e7fda1468de7b5455cf42e4c3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 5 Oct 2020 15:01:50 +0000 Subject: [PATCH] conan: Update to version 1.30.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 6a2994ed12..5e38f43b13 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.29.2", + "version": "1.30.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.29.2/conan-win-64_1_29_2.exe", - "hash": "8fb1f3c2a3d7e9f4269b477e205e75963484461d94f3cfa9751d672b6c7c422f" + "url": "https://github.com/conan-io/conan/releases/download/1.30.0/conan-win-64_1_30_0.exe", + "hash": "71744e28a63d8447eaa977772e955821c346a60acdd0bc3ddc9c57f09c6d15ab" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.29.2/conan-win-32_1_29_2.exe", - "hash": "d090c2e4850b618c751a27960415bf01068ae7a8be1cc10e97227e741b077043" + "url": "https://github.com/conan-io/conan/releases/download/1.30.0/conan-win-32_1_30_0.exe", + "hash": "db25fcd1ba4689eb25b7bdb46fbb2488e3c0b72201074b662f536ac1055fe51d" } }, "innosetup": true,