{ "version": "1.0.4", "homepage": "https://brotli.org/", "description": "Lossless compression algorithm", "architecture": { "64bit": { "url": "https://github.com/google/brotli/releases/download/v1.0.4/brotli-v1.0.4-win_x86_64.zip", "hash": "c1bee6f06c7e40633965c6d7fdb11edf3c3ed1b7e53c09c07c010757da29a598" }, "32bit": { "url": "https://github.com/google/brotli/releases/download/v1.0.4/brotli-v1.0.4-win_i686.zip", "hash": "82a47bbee2547fcdcfadf19582fbef793d283e3feaa8f1904d632919f8c8dade" } }, "bin": [ "brotli.exe", "unbrotli.exe" ], "pre_install": "Copy-Item \"$dir\\brotli.exe\" \"$dir\\unbrotli.exe\"", "checkver": { "github": "https://github.com/google/brotli" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/google/brotli/releases/download/v$version/brotli-v$version-win_x86_64.zip" }, "32bit": { "url": "https://github.com/google/brotli/releases/download/v$version/brotli-v$version-win_i686.zip" } } } }