2024-10-30 16:30:14 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.9.1",
"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.9.1/conan-2.9.1-windows-x86_64.zip",
"hash": "c3c288c708ffa59c646cf489a93b6efd560be4fb8aadd1f7dced3fb44d7f04b1"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.9.1/conan-2.9.1-windows-i686.zip",
"hash": "0c849c49c0881a0250bf434e1fa797bcdf58f590265554439228a42d678e2f92"
}
},
"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"
}
}
}
}