2024-12-19 00:38:22 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.11.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.11.0/conan-2.11.0-windows-x86_64.zip",
"hash": "884e36a126340f1f0d19415b528ceff48c2068b1a48e06c3904f4f4ed006068f"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.11.0/conan-2.11.0-windows-i686.zip",
"hash": "85a1523f97dd7e1f73852cddb657ef5aa242335e72d0eaa8ab7e77818ef6689b"
}
},
"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"
}
}
}
}