2024-12-04 16:31:21 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.10.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.10.1/conan-2.10.1-windows-x86_64.zip",
"hash": "b7d7b99ef6bc52325756c059e167855891af21487462876c1f7b67fe0bf31c0d"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.10.1/conan-2.10.1-windows-i686.zip",
"hash": "101e7806e30f8bcb3c771c8fd71c05d7581e1b36abca319cd92fea092fc96f85"
}
},
"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"
}
}
}
}