conan: Update to version 1.20.0

This commit is contained in:
Richard Kuhnt 2019-11-04 12:00:26 +00:00
parent 42356edc9b
commit 6e03d01620

View File

@ -1,16 +1,16 @@
{ {
"version": "1.19.3", "version": "1.20.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.19.3/conan-win-64_1_19_3.exe", "url": "https://github.com/conan-io/conan/releases/download/1.20.0/conan-win-64_1_20_0.exe",
"hash": "76ab5d2aa4da0b6023ab270d52fa45a352a41d79782db7346852333d69e204fc" "hash": "f3394dffd0ff16a380017291545f636fa24c69d9b4cca7b08c6392125950a8c9"
}, },
"32bit": { "32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.19.3/conan-win-32_1_19_3.exe", "url": "https://github.com/conan-io/conan/releases/download/1.20.0/conan-win-32_1_20_0.exe",
"hash": "e2151fa0ee99fc01cc59c9c0256684ca2c807d73116854c338a1bb367644ba4b" "hash": "c25ab32f82daa2cb938e5fe8c5911dad1ad8a897a43a421d085111b91e793c5a"
} }
}, },
"innosetup": true, "innosetup": true,