2024-08-01 08:29:15 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.6.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.6.0/conan-2.6.0-windows-x86_64.zip",
"hash": "dae5f9a8bf1ed98412140e70bfcd15d2fade091457824ae3a526a9c51c5d3d68"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.6.0/conan-2.6.0-windows-i686.zip",
"hash": "370d698494d02f5384e972390a43d0e723658398363e4e014b94ea26618de074"
}
},
"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"
}
}
}
}