conan: Update to version 1.31.1

This commit is contained in:
Richard Kuhnt 2020-11-10 17:01:48 +00:00
parent 22e90d0b09
commit cbb7e82f97

View File

@ -1,16 +1,16 @@
{ {
"version": "1.31.0", "version": "1.31.1",
"description": "The open-source, decentralized C/C++ package manager.", "description": "The open-source, decentralized C/C++ package manager.",
"homepage": "https://conan.io/", "homepage": "https://conan.io/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.31.0/conan-win-64_1_31_0.exe", "url": "https://github.com/conan-io/conan/releases/download/1.31.1/conan-win-64_1_31_1.exe",
"hash": "d4587fab4b180bd3aaaf466fcb9a90043e037a600b776d8a188da9cf85e99783" "hash": "b33bbef589182cc04be4056f229e5d0871db34ddcaf792c32e2b4ca076ac2832"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.31.0/conan-win-32_1_31_0.exe", "url": "https://github.com/conan-io/conan/releases/download/1.31.1/conan-win-32_1_31_1.exe",
"hash": "53157b03693060c264671b00a81940e1c605d9f66459ff1a9f213edf99b640f9" "hash": "940f56897dc093daae13612c89d80e63dbadeed37dcf25896ddd1ae66e3364b2"
} }
}, },
"innosetup": true, "innosetup": true,