2019-06-14 07:00:43 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.16.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.16.1/conan-win-64_1_16_1.exe",
"hash": "256260b8f414cc6dac08041f9b4336d1968ce437e63ae7b687e6d9f5c3f14dfc"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.16.1/conan-win-32_1_16_1.exe",
"hash": "90abf428805039bed150292eee4d3e4b41ddb5e94e0215167114d81882758ef2"
}
},
"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"
}
}
}