conan: Update to version 1.33.1

This commit is contained in:
Richard Kuhnt 2021-02-02 09:00:17 +00:00
parent e6d1fcae48
commit 3cffac1568

View File

@ -1,16 +1,16 @@
{ {
"version": "1.33.0", "version": "1.33.1",
"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.33.0/conan-win-64_1_33_0.exe", "url": "https://github.com/conan-io/conan/releases/download/1.33.1/conan-win-64_1_33_1.exe",
"hash": "0e37c3f930526b83c7c823f3a44371724b27645546b6ea7f0cef56dd1bf07ad7" "hash": "24de5ae812f42b4b3049b0219642cb1ecccdf25c093f41ef448c368c3c665764"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.33.0/conan-win-32_1_33_0.exe", "url": "https://github.com/conan-io/conan/releases/download/1.33.1/conan-win-32_1_33_1.exe",
"hash": "dda18d87702d1942af2301c9ee334265268ee80e4e068e29771bf7491ac45376" "hash": "df83e5eb14fa2f2752ef576158f846a6aeb3290afc019edc3bcb5ab0283e3359"
} }
}, },
"innosetup": true, "innosetup": true,