2024-07-03 20:26:08 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.5.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.5.0/conan-2.5.0-windows-x86_64.zip",
"hash": "b49ca61e114542a18a9e083c566fdbaefed8bfc47b24172c78ad71161bec46b0"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.5.0/conan-2.5.0-windows-i686.zip",
"hash": "7d12ad4ee11faa8db82746a44e350010d7a997049437a7a9fc27d5f6c261c171"
}
},
"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"
}
}
}
}