2024-06-10 16:29:06 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.4.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.4.1/conan-2.4.1-windows-x86_64.zip",
"hash": "3f2bbe5e28aadf60a62b6d1cd048d2784a4b5c56a03fcacb611e7ff0c5edcca5"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.4.1/conan-2.4.1-windows-i686.zip",
"hash": "eead70aed839e8ed6ccd8ce8a05f5386c468a2d25f50696938573497eff9dae3"
}
},
"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"
}
}
}
}