conan: Update to version 1.32.0

This commit is contained in:
Richard Kuhnt 2020-12-03 18:01:47 +00:00
parent 3456164a63
commit 04e1e92800

View File

@ -1,16 +1,16 @@
{ {
"version": "1.31.4", "version": "1.32.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.31.4/conan-win-64_1_31_4.exe", "url": "https://github.com/conan-io/conan/releases/download/1.32.0/conan-win-64_1_32_0.exe",
"hash": "f78854957bfc485a36d175824633538e66116ade0ec21c6fd8a65903ccbb0c9a" "hash": "c6de913e0040b26fb31609b564e51927e8517d15da884f987a8f860a12ec3fce"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.31.4/conan-win-32_1_31_4.exe", "url": "https://github.com/conan-io/conan/releases/download/1.32.0/conan-win-32_1_32_0.exe",
"hash": "2672c48cbbcb50fb653fbf499093e1db27f9af6f69f47bea29ee00681e0140a3" "hash": "f43df229bb0cfa6b51af5387b6179fa7a01c5cc76d5403555d58378bbdf691d2"
} }
}, },
"innosetup": true, "innosetup": true,