2019-11-06 10:00:17 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.20.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.20.2/conan-win-64_1_20_2.exe",
"hash": "2f85e798b8cc4b919f73e6851a1c82a2892d79c49d9e4e8f660d1db82430f91b"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.20.2/conan-win-32_1_20_2.exe",
"hash": "86975f9132d8ab74e72affde6930dee034d8769379e3fccd5114e5c1efe3119b"
}
},
"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"
}
}
}