conan: Update to version 1.29.2

This commit is contained in:
Richard Kuhnt 2020-09-21 09:00:25 +00:00
parent 166fad2156
commit 0fcc401ebb

View File

@ -1,16 +1,16 @@
{ {
"version": "1.29.1", "version": "1.29.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.29.1/conan-win-64_1_29_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.29.2/conan-win-64_1_29_2.exe",
"hash": "b09c0a6df6fe103d67e7dd6911f21e723ec9a50f94ff61d8502b01f840b473bd" "hash": "8fb1f3c2a3d7e9f4269b477e205e75963484461d94f3cfa9751d672b6c7c422f"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.29.1/conan-win-32_1_29_1.exe", "url": "https://github.com/conan-io/conan/releases/download/1.29.2/conan-win-32_1_29_2.exe",
"hash": "808ad4ec6293735f6b6d8d3a17d7768613fdb354c6be8997291433239c40ab0c" "hash": "d090c2e4850b618c751a27960415bf01068ae7a8be1cc10e97227e741b077043"
} }
}, },
"innosetup": true, "innosetup": true,