{ "version": "1.0.9_4", "homepage": "https://brotli.org/", "description": "Lossless compression algorithm", "license": "MIT", "architecture": { "64bit": { "url": "https://curl.haxx.se/windows/dl-7.72.0_4/brotli-1.0.9_4-win64-mingw.tar.xz", "hash": "e8886cf8f7f35a9d1339144803ac77a44dafbf6f262167e67211cadea11bd2f0", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { "url": "https://curl.haxx.se/windows/dl-7.72.0_4/brotli-1.0.9_4-win32-mingw.tar.xz", "hash": "f3cd6bf7d63874a361504a74481ddb230a67a016c4ea586a55268bbd776fae1b", "extract_dir": "brotli-1.0.9-win32-mingw" } }, "bin": [ "bin\\brotli.exe", "bin\\unbrotli.exe" ], "pre_install": "Copy-Item \"$dir\\bin\\brotli.exe\" \"$dir\\bin\\unbrotli.exe\"", "checkver": { "url": "https://curl.haxx.se/windows/", "re": "dl-(?[\\d._]+)/brotli-(?[\\d._]+)-win64-mingw" }, "autoupdate": { "architecture": { "64bit": { "url": "https://curl.haxx.se/windows/dl-$matchCurl/brotli-$version-win64-mingw.tar.xz", "extract_dir": "brotli-$matchHead-win64-mingw" }, "32bit": { "url": "https://curl.haxx.se/windows/dl-$matchCurl/brotli-$version-win32-mingw.tar.xz", "extract_dir": "brotli-$matchHead-win32-mingw" } }, "hash": { "url": "$baseurl/hashes.txt", "find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})" } } }