2024-12-10 16:31:15 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.10.2",
"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.10.2/conan-2.10.2-windows-x86_64.zip",
"hash": "5bc807202b7d44f2b03db85b274607f2af47c4e44ea6fd9d4bc4782640f1f292"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.10.2/conan-2.10.2-windows-i686.zip",
"hash": "2cb09354037ec5a5ad82a85dfd6dd65d1e4ff89002b51f4bf91fb3209a2f8586"
}
},
"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"
}
}
}
}