{
    "version": "2.28.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.28.1/conan-2.28.1-windows-x86_64.zip",
            "hash": "4d73cc0d177cce11842915f489121b49b20421e136b048605b302cb64ffad02a"
        },
        "32bit": {
            "url": "https://github.com/conan-io/conan/releases/download/2.28.1/conan-2.28.1-windows-i686.zip",
            "hash": "15f7ffc7f9c4282fc4bcea44a83927065b7028e422d49c5dbaa1c534efc21503"
        }
    },
    "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"
            }
        }
    }
}
