2021-09-06 11:00:37 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.40.0",
"description": "The open-source, decentralized C/C++ package manager",
"homepage": "https://conan.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.40.0/conan-win-64.exe",
"hash": "fa9070489c18c8841ae339df0491b2f354bb1be490bb0227539ebac7697a2e2e"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.40.0/conan-win-32.exe",
"hash": "54c644dd1b91a7c1cbe55dc89b9a14cbfcfbf82dfa22f250f0449682f650ce04"
}
},
"innosetup": true,
"bin": [
"conan\\conan.exe",
"conan\\conan_build_info.exe",
"conan\\conan_server.exe"
],
"checkver": {
"github": "https://github.com/conan-io/conan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-64.exe"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32.exe"
}
}
}
}