2022-08-11 20:31:27 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.50.2",
"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.50.2/conan-win-64.exe",
"hash": "081c6f4b3bee38c3d8aae6701ee344588afa1a59cb0e6e0f9eb837758e4a548c"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.50.2/conan-win-32.exe",
"hash": "cb94efc076e2246517a1a95ddeb678d6bae932bd82c868f1d80024a0a4d681cd"
}
},
"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"
}
}
}
}