2019-06-04 08:02:06 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.16.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.16.0/conan-win-64_1_16_0.exe",
"hash": "f5bc348e85b3c4d8d7210c5576ac8fed87904b2b3ef82d46c6fb47dc824024b6"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.16.0/conan-win-32_1_16_0.exe",
"hash": "b1c225ee83261bc8aa0c03d92022666595018092aa14e16ac8e408180d500032"
}
},
"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"
}
}
}