2024-11-07 12:32:37 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.9.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.9.2/conan-2.9.2-windows-x86_64.zip",
"hash": "95f4cd5fbf34f8f4cc4a5f162e73480c3b673ee969d6252ddd65347b270b19cc"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.9.2/conan-2.9.2-windows-i686.zip",
"hash": "11b5658debfcbf16a01209eb0dde5d9c6f2a7eca63fa3ee5cb214fde8fdc5c2e"
}
},
"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"
}
}
}
}