2024-03-20 20:25:24 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.2.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.2.1/conan-2.2.1-windows-x86_64.zip",
"hash": "d6721a6b87784c61fa997c03cdb1177653a09bad197afe5463534b78b7fcb13e"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.2.1/conan-2.2.1-windows-i686.zip",
"hash": "dc9918fd5948880ab20b8604b12b559988486a9bda8a8ba461d7949a1e9cf248"
}
},
"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"
}
}
}
}