2024-05-16 20:26:20 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.3.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.3.1/conan-2.3.1-windows-x86_64.zip",
"hash": "923975d293dbd87026f00657fe247a29a8a90c1dd7396b98bd67b17967ee6190"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.3.1/conan-2.3.1-windows-i686.zip",
"hash": "bbfe9a0b1d1ee6d08897c2c331862020cdc8d5f56ea4da599b6070cdefa4c1af"
}
},
"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"
}
}
}
}