2022-02-18 20:27:21 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.43.4",
"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.43.4/conan-win-64.exe",
"hash": "4bda321966d1610edf31bb14620cbc4bf12ce19248e78d0e218abec8b9ca121c"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.43.4/conan-win-32.exe",
"hash": "6eadcfdb15f0482461af7adaff647b33db47c8d58521ef7066343efc10f1f058"
}
},
"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"
}
}
}
}