conan: Update to version 1.16.0

This commit is contained in:
Richard Kuhnt 2019-06-04 08:02:06 +00:00
parent 82df01ce49
commit ea08cd547b

View File

@ -1,16 +1,16 @@
{ {
"version": "1.15.2", "version": "1.16.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.15.2/conan-win-64_1_15_2.exe", "url": "https://github.com/conan-io/conan/releases/download/1.16.0/conan-win-64_1_16_0.exe",
"hash": "25ca02e0d5615ce9d58d22cc65d6f11d8445239020642dc85dbba5ab6b1bd922" "hash": "f5bc348e85b3c4d8d7210c5576ac8fed87904b2b3ef82d46c6fb47dc824024b6"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.15.2/conan-win-32_1_15_2.exe", "url": "https://github.com/conan-io/conan/releases/download/1.16.0/conan-win-32_1_16_0.exe",
"hash": "199bb787133f548c99607028d1c57826c84d773a812a14d7c18e97eb326732c4" "hash": "b1c225ee83261bc8aa0c03d92022666595018092aa14e16ac8e408180d500032"
} }
}, },
"innosetup": true, "innosetup": true,