conan: Update to version 1.21.2

This commit is contained in:
Richard Kuhnt 2020-01-31 16:01:48 +00:00
parent 187815a8e6
commit 3556ef5efb

View File

@ -1,16 +1,16 @@
{ {
"version": "1.21.1", "version": "1.21.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.21.1/conan-win-64_1_21_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.21.2/conan-win-64_1_21_2.exe",
"hash": "b6ad12784f987d08574462e9ef1d79ed8df659e9701a489a9cc4edf34290b184" "hash": "a4a0151b6ef58f3643f1cd0939b1f125561cf7fb50d35f7a084231c47065d312"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.21.1/conan-win-32_1_21_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.21.2/conan-win-32_1_21_2.exe",
"hash": "07f10cce1ca0c133716489bf67082e7da4a1261b4b9a70262005e0755864684c" "hash": "403ec6448fc79156d669e9730291df1ba0890488d04f30b95d8fddc35d94edf3"
} }
}, },
"innosetup": true, "innosetup": true,