2025-05-28 20:29:41 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.17.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/2.17.0/conan-2.17.0-windows-x86_64.zip",
"hash": "2587ec42ce7bbd95954496dde872e513b78e9dfe02ee8e15c5e76991d10f2089"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.17.0/conan-2.17.0-windows-i686.zip",
"hash": "c5f300ce308e3185460ce52a60706706025989acbe7ba43f856d18fc319c8653"
}
},
"bin": "conan.exe",
"checkver": {
"github": "https://github.com/conan-io/conan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-i686.zip"
}
}
}
}