conan: Update to version 1.17.2

This commit is contained in:
Richard Kuhnt 2019-07-25 15:01:15 +00:00
parent c799ade663
commit f903d1e975

View File

@ -1,16 +1,16 @@
{ {
"version": "1.17.1", "version": "1.17.2",
"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.17.1/conan-win-64_1_17_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.17.2/conan-win-64_1_17_2.exe",
"hash": "e2773145848d1fafdf223545c3ea6410891a5c7464992649bda41c0168f9b726" "hash": "c54761828e7f300e0dba9c7c43092a37110418cc9c20cc31f909c14fd02eec7e"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.17.1/conan-win-32_1_17_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.17.2/conan-win-32_1_17_2.exe",
"hash": "4c369d17e6dedda910022806ba057e93abb2460123d24c807c830852e1195a95" "hash": "9d2e549fc7884bf8ec6b0b70a589818ab02eb77f6c316e5c8a756232bef8bbca"
} }
}, },
"innosetup": true, "innosetup": true,