2022-12-21 12:30:54 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.56.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.56.0/conan-win-64.exe",
"hash": "2c9caba6869de234f034932e7a3a053ee5348af6c163ea36873dce3c62b55617"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.56.0/conan-win-32.exe",
"hash": "0223a413d872d3553d26d6d123f2a42199b1d43cc78d3a0d6dd3be1de29ad34c"
}
},
"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"
}
}
}
}