2022-06-02 16:31:04 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.48.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.48.2/conan-win-64.exe",
"hash": "c91d273e7c1139b63a074d0d76553b7ed260e07e938295adcc14fb687966c2a6"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.48.2/conan-win-32.exe",
"hash": "62276a5dc598be047e57f39b83ab4fae01e74a279be8987d23cd29b7f3fc9df7"
}
},
"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.exe"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32.exe"
}
}
}
}