2020-10-05 15:01:50 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.30.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.30.0/conan-win-64_1_30_0.exe",
"hash": "71744e28a63d8447eaa977772e955821c346a60acdd0bc3ddc9c57f09c6d15ab"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.30.0/conan-win-32_1_30_0.exe",
"hash": "db25fcd1ba4689eb25b7bdb46fbb2488e3c0b72201074b662f536ac1055fe51d"
}
},
"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"
}
}
}