2024-10-17 12:31:59 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.8.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.8.1/conan-2.8.1-windows-x86_64.zip",
"hash": "0b6bbfea2fb9108cf080c0547c8099a5b60ca9566f47f74cc0f5a9bf101598d4"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.8.1/conan-2.8.1-windows-i686.zip",
"hash": "c49256d5c82b2442f4bfe3fe67f3ced7807fabf623f86c260b0cc8717d1b0d15"
}
},
"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"
}
}
}
}