conan: Update to version 1.33.0

This commit is contained in:
Richard Kuhnt 2021-01-20 08:01:48 +00:00
parent 0f349f2757
commit d4cf0e8901

View File

@ -1,16 +1,16 @@
{ {
"version": "1.32.1", "version": "1.33.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.32.1/conan-win-64_1_32_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.33.0/conan-win-64_1_33_0.exe",
"hash": "d4816e74bda3c52887f75a524b9631828343961c6392ec82a8ac8c4ba1be2cf7" "hash": "0e37c3f930526b83c7c823f3a44371724b27645546b6ea7f0cef56dd1bf07ad7"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.32.1/conan-win-32_1_32_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.33.0/conan-win-32_1_33_0.exe",
"hash": "444a6694319932fb2ec423cc4d1de3a50de7190556f8c44ba14a0e1cf7391ac9" "hash": "dda18d87702d1942af2301c9ee334265268ee80e4e068e29771bf7491ac45376"
} }
}, },
"innosetup": true, "innosetup": true,