2021-04-13 09:00:23 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.35.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.35.1/conan-win-64_1_35_1.exe",
"hash": "9a8fc682aa683ec4995701cef51598af91e727b4f8d33fa95c5cc25a091a8423"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.35.1/conan-win-32_1_35_1.exe",
"hash": "6f60acc652cff14c870a6d9b70da2f7edf42581b81f06614de7520c3c8489cd4"
}
},
"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_$underscoreVersion.exe"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32_$underscoreVersion.exe"
}
},
"hash": {
"url": "https://dl.bintray.com/conan/installers/$basename.sha256"
}
}
}