2021-04-20 19:21:18 +02:00

36 lines
1.2 KiB
JSON

{
"version": "1.35.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.35.2/conan-win-64.exe",
"hash": "d141e99b91a5f30d605296eac796895af577c4cf8b193b43268b8ff54d05af9c"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.35.2/conan-win-32.exe",
"hash": "93cdbb73502c98f14ecbbc16f2788deea8d2ab12b37e75ac1b9499e891ff6eec"
}
},
"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"
}
}
}
}