From 195200e378db546609374bcb4ba5f5613a8d9ade Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Jun 2019 09:00:46 +0000 Subject: [PATCH] conan: Update to version 1.15.4 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 48c771b069..062f83d386 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.15.3", + "version": "1.15.4", "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.15.3/conan-win-64_1_15_3.exe", - "hash": "27b2257d8dad95ad643d5cde1bc5c5803a4989489c6e1dc5017397656252e375" + "url": "https://github.com/conan-io/conan/releases/download/1.15.4/conan-win-64_1_15_4.exe", + "hash": "ac80fdb94a4286c5212a9de616d9d5ecffc94884145d896557a7cfc1df9a50e5" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.15.3/conan-win-32_1_15_3.exe", - "hash": "499c4345caf2deed9ced4009d7c89251508e8794234be592d055d30a24b65ebe" + "url": "https://github.com/conan-io/conan/releases/download/1.15.4/conan-win-32_1_15_4.exe", + "hash": "73c295e5e569f36a47bdd4c30d5b6670a45e0dbc73de56debf92b4d3d8b938fa" } }, "innosetup": true,