2020-10-16 08:08:31 +02:00

39 lines
1.3 KiB
JSON

{
"version": "1.30.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.30.2/conan-win-64_1_30_2.exe",
"hash": "51ef2fd7180465d597c0a5401709f4d8b1d2e2111f88ac234033c3c7eb503839"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.30.2/conan-win-32_1_30_2.exe",
"hash": "c190ce3ca491f02ec71f5a8ec36a33614f00156ab7081aa7d0db243e093f742d"
}
},
"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"
}
}
}