2022-11-07 20:29:53 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.54.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.54.0/conan-win-64.exe",
"hash": "99ea8673d2a6b6ef74d38e529b5230120538c01ccac6e2e0a4ebbf1a2f607228"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.54.0/conan-win-32.exe",
"hash": "adf7372e412505172a743c67ea19a4269a589f9ea8ba3d319d9f7d558d08aa9a"
}
},
"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"
}
}
}
}