brotli: Update to version 1.0.9

This commit is contained in:
Richard Kuhnt 2021-02-03 09:00:28 +00:00
parent a1a1b77a33
commit 8b01d46ac9

View File

@ -1,17 +1,17 @@
{ {
"version": "1.0.9_2", "version": "1.0.9",
"description": "Lossless compression algorithm", "description": "Lossless compression algorithm",
"homepage": "https://brotli.org/", "homepage": "https://brotli.org/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.74.0_2/brotli-1.0.9_2-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.75.0/brotli-1.0.9-win64-mingw.tar.xz",
"hash": "cce2290e260a13bd9d59a4ed731ee3a7453e4055ecee811e10f2dd6f3255e717", "hash": "d295935d33130ca860e9f7527038af78efda0169982f0b771970c11efc515484",
"extract_dir": "brotli-1.0.9-win64-mingw" "extract_dir": "brotli-1.0.9-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.74.0_2/brotli-1.0.9_2-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.75.0/brotli-1.0.9-win32-mingw.tar.xz",
"hash": "e93b66296ffab978b191e8072a30b1b868f08b3d1d06c420ff1fe514c0377440", "hash": "ac3ed36539b50049373f2dbe0177ab0f7d3b51d429e58444882790ea21d2a890",
"extract_dir": "brotli-1.0.9-win32-mingw" "extract_dir": "brotli-1.0.9-win32-mingw"
} }
}, },