conan: Update to version 1.31.0

This commit is contained in:
Richard Kuhnt 2020-10-30 18:01:45 +00:00
parent 5afe227b90
commit f823fc6181

View File

@ -1,16 +1,16 @@
{ {
"version": "1.30.2", "version": "1.31.0",
"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.30.2/conan-win-64_1_30_2.exe", "url": "https://github.com/conan-io/conan/releases/download/1.31.0/conan-win-64_1_31_0.exe",
"hash": "51ef2fd7180465d597c0a5401709f4d8b1d2e2111f88ac234033c3c7eb503839" "hash": "d4587fab4b180bd3aaaf466fcb9a90043e037a600b776d8a188da9cf85e99783"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.30.2/conan-win-32_1_30_2.exe", "url": "https://github.com/conan-io/conan/releases/download/1.31.0/conan-win-32_1_31_0.exe",
"hash": "c190ce3ca491f02ec71f5a8ec36a33614f00156ab7081aa7d0db243e093f742d" "hash": "53157b03693060c264671b00a81940e1c605d9f66459ff1a9f213edf99b640f9"
} }
}, },
"innosetup": true, "innosetup": true,