2024-05-28 12:31:13 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.3.2",
"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.3.2/conan-2.3.2-windows-x86_64.zip",
"hash": "a228321d9cf3eed89212aafd3392cad1e47abecb7503b726ac7895ae6b248164"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.3.2/conan-2.3.2-windows-i686.zip",
"hash": "f8a26cc12d1e6e9e419329ca984f543923940967a3b6959695e8181e01e9082e"
}
},
"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"
}
}
}
}