2019-05-31 12:02:05 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.15.2",
"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.15.2/conan-win-64_1_15_2.exe",
"hash": "25ca02e0d5615ce9d58d22cc65d6f11d8445239020642dc85dbba5ab6b1bd922"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.15.2/conan-win-32_1_15_2.exe",
"hash": "199bb787133f548c99607028d1c57826c84d773a812a14d7c18e97eb326732c4"
}
},
"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"
}
}
}