2021-06-14 18:00:18 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.37.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.37.2/conan-win-64.exe",
"hash": "3d625153d16e3600be8a1fc156cc73e24dde88a5da46d76b67d025f09d174b85"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.37.2/conan-win-32.exe",
"hash": "10247667f363ad01f13753c647bfcfca7a1cb947a20935d82d3f80d201e0b7cd"
}
},
"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"
}
}
}
}