2019-06-12 09:00:46 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.15.4",
"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.4/conan-win-64_1_15_4.exe",
"hash": "ac80fdb94a4286c5212a9de616d9d5ecffc94884145d896557a7cfc1df9a50e5"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.15.4/conan-win-32_1_15_4.exe",
"hash": "73c295e5e569f36a47bdd4c30d5b6670a45e0dbc73de56debf92b4d3d8b938fa"
}
},
"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"
}
}
}