{ "version": "1.0.5", "homepage": "https://brotli.org/", "description": "Lossless compression algorithm", "architecture": { "64bit": { "url": "https://curl.haxx.se/windows/dl-7.61.1/brotli-1.0.5-win64-mingw.tar.xz", "hash": "c72e9176bc70ebe10e830cd861166bc0d926b0cb6e9aff91c3640761438482ad", "extract_dir": "brotli-1.0.5-win64-mingw" }, "32bit": { "url": "https://curl.haxx.se/windows/dl-7.61.1/brotli-1.0.5-win32-mingw.tar.xz", "hash": "e0e136a62fdaf5982b88b7268a5de5d4c5514ae884f418570547a861c3884421", "extract_dir": "brotli-1.0.5-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-$version-win64-mingw" }, "32bit": { "url": "https://curl.haxx.se/windows/dl-$matchCurl/brotli-$version-win32-mingw.tar.xz", "extract_dir": "brotli-$version-win32-mingw" } }, "hash": { "url": "$baseurl/hashes.txt", "find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})" } } }