2025-07-04 08:30:19 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.18.1",
"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.18.1/conan-2.18.1-windows-x86_64.zip",
"hash": "30e8f202d779c28274a82345c61433cd4bc9a1ae58ff9725cd28226c3775801f"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.18.1/conan-2.18.1-windows-i686.zip",
"hash": "29693e274417ffd9c0c5f212fb14dab77cb23645f0f230004883bec55c5d7f80"
}
},
"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"
}
}
}
}