diff --git a/bucket/conan.json b/bucket/conan.json index d33dbccd61..1d82efb388 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.26.1", + "version": "1.27.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.26.1/conan-win-64_1_26_1.exe", - "hash": "fa07f8dd2db4ba5f29f7fa09e88276cdd5ab194dd5881a61319c5a25ef459aa6" + "url": "https://github.com/conan-io/conan/releases/download/1.27.0/conan-win-64_1_27_0.exe", + "hash": "c340d8d4fc6e2febcfcf2680c2cea0fddc6954b9eb523682c3a08625f0eeb188" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.26.1/conan-win-32_1_26_1.exe", - "hash": "61ce9f5605464e89235d03fb1f98998b34ed19b1be8cfd3541eb9b883074c472" + "url": "https://github.com/conan-io/conan/releases/download/1.27.0/conan-win-32_1_27_0.exe", + "hash": "1494ec0beab602d7fb8a14bed95689d7aea10125245131c794359d960d01020c" } }, "innosetup": true,