2025-06-30 16:30:07 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.18.0",
"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.18.0/conan-2.18.0-windows-x86_64.zip",
"hash": "cbec64a3fa70463b26a15d20598d106499cc88e80fe48a7fb27d66fad7d79a3a"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.18.0/conan-2.18.0-windows-i686.zip",
"hash": "cedc69c64418ee86b0794b0b7e0103d1f0f72b0c9924000eb113879e9fb51141"
}
},
"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"
}
}
}
}