conan: Update to version 1.15.2

This commit is contained in:
Richard Kuhnt 2019-05-31 12:02:05 +00:00
parent 9df1964c22
commit 5b98a00543

View File

@ -1,16 +1,16 @@
{ {
"version": "1.15.1", "version": "1.15.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.15.1/conan-win-64_1_15_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.15.2/conan-win-64_1_15_2.exe",
"hash": "sha1:592a541943d4715389a070ff9584ba627016bd02" "hash": "25ca02e0d5615ce9d58d22cc65d6f11d8445239020642dc85dbba5ab6b1bd922"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.15.1/conan-win-32_1_15_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.15.2/conan-win-32_1_15_2.exe",
"hash": "sha1:5b8d570ede92fb4e54b37394bc885f1b5a94cf6b" "hash": "199bb787133f548c99607028d1c57826c84d773a812a14d7c18e97eb326732c4"
} }
}, },
"innosetup": true, "innosetup": true,