brotli: Update to version 1.0.9_2

This commit is contained in:
Richard Kuhnt 2020-12-19 10:01:48 +00:00
parent 21615a2ee2
commit 511db2de7f

View File

@ -1,17 +1,17 @@
{ {
"version": "1.0.9_1", "version": "1.0.9_2",
"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_1/brotli-1.0.9_1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.74.0_2/brotli-1.0.9_2-win64-mingw.tar.xz",
"hash": "93389ae9fcb7067461fe8d21a889428b597d46730bf97cf6c02d64080e566f6d", "hash": "cce2290e260a13bd9d59a4ed731ee3a7453e4055ecee811e10f2dd6f3255e717",
"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_1/brotli-1.0.9_1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.74.0_2/brotli-1.0.9_2-win32-mingw.tar.xz",
"hash": "d7c556d25a4ad7c298e57b9cfa6bd9eabeb1cf52d4ae26c1fda4ca8e4f1eae32", "hash": "e93b66296ffab978b191e8072a30b1b868f08b3d1d06c420ff1fe514c0377440",
"extract_dir": "brotli-1.0.9-win32-mingw" "extract_dir": "brotli-1.0.9-win32-mingw"
} }
}, },