2025-09-01 16:29:22 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.20.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.20.0/conan-2.20.0-windows-x86_64.zip",
"hash": "14dedd066d7a1e4e9afd9ed93164717c6d1254ca1291561a39312188d0622a0e"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.20.0/conan-2.20.0-windows-i686.zip",
"hash": "29399c3d0b69132583a9c2e00bd70e5ef6fa9ac6e85609ed29eb355f23f073f3"
}
},
"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"
}
}
}
}