2025-04-29 08:30:34 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.16.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.16.0/conan-2.16.0-windows-x86_64.zip",
"hash": "15066d162451e43dc3a89b3cb14c4c820fe6abc71d54b5ab4c0e396f01214d68"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.16.0/conan-2.16.0-windows-i686.zip",
"hash": "d5c70b2bc8b68d023e5474b017a7557583c4456b40c126e8dbecaf5db25e3406"
}
},
"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"
}
}
}
}