2021-11-08 20:00:29 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.42.1",
"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.42.1/conan-win-64.exe",
"hash": "16b8317c286131beafe1a0af7ff9aa26c5758fa7ecf645758cec61304265ce58"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.42.1/conan-win-32.exe",
"hash": "7e640f8d02f90ee74b5cbcdef22d3802a82ed27040fd1a86f09d254a74749653"
}
},
"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"
}
}
}
}