2020-06-10 10:00:30 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.26.0",
"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.26.0/conan-win-64_1_26_0.exe",
"hash": "dc953d128700a33fd8f7876e341172c9b2083f5392b318ccb2692203cf7bfdc0"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.26.0/conan-win-32_1_26_0.exe",
"hash": "aad758f31ff965699d35021ef948a6e852cc08038c1e7f0d7224f01fd61f261f"
}
},
"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"
}
}
}