2020-11-10 17:01:48 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.31.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.31.1/conan-win-64_1_31_1.exe",
"hash": "b33bbef589182cc04be4056f229e5d0871db34ddcaf792c32e2b4ca076ac2832"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.31.1/conan-win-32_1_31_1.exe",
"hash": "940f56897dc093daae13612c89d80e63dbadeed37dcf25896ddd1ae66e3364b2"
}
},
"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"
}
}
}