From 02b05b184f14ecd39290aed82f731c169e2601de Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 10 Jul 2020 07:00:18 +0000 Subject: [PATCH] conan: Update to version 1.27.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 1d82efb388..4ba5c2582a 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.27.0", + "version": "1.27.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.27.0/conan-win-64_1_27_0.exe", - "hash": "c340d8d4fc6e2febcfcf2680c2cea0fddc6954b9eb523682c3a08625f0eeb188" + "url": "https://github.com/conan-io/conan/releases/download/1.27.1/conan-win-64_1_27_1.exe", + "hash": "e128a70a0c9c77fae7c1ad165345084a220bfd706ea5cf1bb4c516a211a2f72c" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.27.0/conan-win-32_1_27_0.exe", - "hash": "1494ec0beab602d7fb8a14bed95689d7aea10125245131c794359d960d01020c" + "url": "https://github.com/conan-io/conan/releases/download/1.27.1/conan-win-32_1_27_1.exe", + "hash": "a1897fbac2951a739e2c72c55b31a6e754cd37648cc6b44cc90d3f926c798eec" } }, "innosetup": true,