2020-12-03 18:01:47 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.32.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.32.0/conan-win-64_1_32_0.exe",
"hash": "c6de913e0040b26fb31609b564e51927e8517d15da884f987a8f860a12ec3fce"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.32.0/conan-win-32_1_32_0.exe",
"hash": "f43df229bb0cfa6b51af5387b6179fa7a01c5cc76d5403555d58378bbdf691d2"
}
},
"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"
}
}
}