2026-02-25 20:31:58 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.26.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.26.0/conan-2.26.0-windows-x86_64.zip",
"hash": "4178b814d07dc997ceda8862970413d2986f6f21e9043e794bb2982f1fe9473e"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.26.0/conan-2.26.0-windows-i686.zip",
"hash": "7f083450b0d669ca3239f8f8f279de3d1afc9c161e1ccee586bbadfbca3d4e88"
}
},
"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"
}
}
}
}