conan: Update to version 1.24.0

This commit is contained in:
Richard Kuhnt 2020-03-31 19:01:51 +00:00
parent 2463dd5d6f
commit e1dbeccbb7

View File

@ -1,16 +1,16 @@
{ {
"version": "1.23.0", "version": "1.24.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.23.0/conan-win-64_1_23_0.exe", "url": "https://github.com/conan-io/conan/releases/download/1.24.0/conan-win-64_1_24_0.exe",
"hash": "d98ba5cfe44a10d668410ff70c5a7413505473fbeb0b3b3902fb7d38271b3087" "hash": "f1df3af4bc0bad7f37e80ef048eedf62f8a4482224bb085d97c2229a3c53bd9c"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.23.0/conan-win-32_1_23_0.exe", "url": "https://github.com/conan-io/conan/releases/download/1.24.0/conan-win-32_1_24_0.exe",
"hash": "53c5bc5889e435a67617b07713148817305a57e19413c32c0c74bdaa2a288774" "hash": "2246ea7d8b918d918ab4d7b79c9d5b852bb056bbc0ddb48a72ceb4e9be96c455"
} }
}, },
"innosetup": true, "innosetup": true,