2021-03-30 18:00:42 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.35.0",
"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.35.0/conan-win-64_1_35_0.exe",
"hash": "f826de4c3f4c934e64edcb16c496e20bbebb55f47c9ed8b37521369b16dce53d"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.35.0/conan-win-32_1_35_0.exe",
"hash": "76bfac7d18f1d0068277aca684385a403f63a6f443cf13e7d72eee9c684381d9"
}
},
"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"
}
}
}