2024-09-11 12:31:41 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.7.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.7.1/conan-2.7.1-windows-x86_64.zip",
"hash": "632daefbabd24f5dcbfa0094aab69507add9c25e0ab85344317ef2eb7518e311"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.7.1/conan-2.7.1-windows-i686.zip",
"hash": "65bea4533baf4af22c66ce68c978e371beb8c1770e63bb08e0a52c557467b2dd"
}
},
"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"
}
}
}
}