2020-08-06 16:00:18 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.28.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.28.1/conan-win-64_1_28_1.exe",
"hash": "d0ae06da81098c08db9e1425a68a48b7c5e7c173cac9885587fe0d9a5a4e40fd"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.28.1/conan-win-32_1_28_1.exe",
"hash": "2d288841699263bfdbd0938742a683a05f9d4e983e636b0b92b73865e44683a2"
}
},
"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"
}
}
}