2024-11-21 12:32:30 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.9.3",
"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.3/conan-2.9.3-windows-x86_64.zip",
"hash": "9adb86ddd1476b2ee49932b744a7960f7427823345bff27ba8c8a23d94edf4ba"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.9.3/conan-2.9.3-windows-i686.zip",
"hash": "9afbc094d9ac2c613c203834443cb812351a086e793ff43541a649fb9fde7a19"
}
},
"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"
}
}
}
}