2025-03-31 16:29:49 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.15.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.15.0/conan-2.15.0-windows-x86_64.zip",
"hash": "ebde3f487eddf66f50ee9593c8890baa8a621c07a7dc932c581227a4bd9485b5"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.15.0/conan-2.15.0-windows-i686.zip",
"hash": "38ab42638aa3de8bc582c9233834765b6fd00bffcb592ceedf4e00da983520c1"
}
},
"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"
}
}
}
}