From 81d7012a87ccd16380624673fd32ae70aeeadf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 16 Oct 2020 08:08:31 +0200 Subject: [PATCH] conan: Update to version 1.30.2 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 76d20c45db..ad72d1f337 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.30.1", + "version": "1.30.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.30.1/conan-win-64_1_30_1.exe", - "hash": "e3e834717ce7d81e5b8a1be96a40ee3a5a6276c8cc19b1dce725549a4f705229" + "url": "https://github.com/conan-io/conan/releases/download/1.30.2/conan-win-64_1_30_2.exe", + "hash": "51ef2fd7180465d597c0a5401709f4d8b1d2e2111f88ac234033c3c7eb503839" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.30.1/conan-win-32_1_30_1.exe", - "hash": "f6fbed4c658ea0e5bb671461707a503dc37fc5737a5d57c20e296a5a9dd5d68b" + "url": "https://github.com/conan-io/conan/releases/download/1.30.2/conan-win-32_1_30_2.exe", + "hash": "c190ce3ca491f02ec71f5a8ec36a33614f00156ab7081aa7d0db243e093f742d" } }, "innosetup": true,