2022-07-28 20:31:47 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.51.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.51.0/conan-win-64.exe",
"hash": "1ccf46336a5e89b8d1ae3d49864bf5c97710e7e821605873c3000af5d86d5de5"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.51.0/conan-win-32.exe",
"hash": "02db4a3bdf065a07332ef80a164551baff0c6804bb5eb5c11bf745094678ad14"
}
},
"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"
}
}
}
}