2020-07-10 07:00:18 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.27.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.27.1/conan-win-64_1_27_1.exe",
"hash": "e128a70a0c9c77fae7c1ad165345084a220bfd706ea5cf1bb4c516a211a2f72c"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.27.1/conan-win-32_1_27_1.exe",
"hash": "a1897fbac2951a739e2c72c55b31a6e754cd37648cc6b44cc90d3f926c798eec"
}
},
"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"
}
}
}