2019-10-03 15:00:15 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.19.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.19.1/conan-win-64_1_19_1.exe",
"hash": "12d5f4ec43fa50e4589f79e4e4a69a53b5fff6e7efb5638029ac8b61659a0034"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.19.1/conan-win-32_1_19_1.exe",
"hash": "0f04a0e42af5c84adf17c0795fd8f94e3e0475ad7a8be7b87c6951c9d53212d6"
}
},
"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"
}
}
}