{
    "version": "1.1.0",
    "description": "Lossless compression algorithm",
    "homepage": "https://brotli.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/google/brotli/releases/download/v1.1.0/brotli-x64-windows-static.zip",
            "hash": "1d45ba1bef7e2bcbb70d49577f3ae195615b58a4b727d52229d4ec0004d49f88"
        },
        "32bit": {
            "url": "https://github.com/google/brotli/releases/download/v1.1.0/brotli-x86-windows-static.zip",
            "hash": "6692bedd404f0d681c5c73366bd550f3475f496711b1f16422ff4877c8d4bbaf"
        }
    },
    "bin": "brotli.exe",
    "checkver": {
        "github": "https://github.com/google/brotli"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/google/brotli/releases/download/v$version/brotli-x64-windows-static.zip"
            },
            "32bit": {
                "url": "https://github.com/google/brotli/releases/download/v$version/brotli-x86-windows-static.zip"
            }
        }
    }
}
