brotli: Update to version 1.0.9_1

This commit is contained in:
Richard Kuhnt 2020-12-17 12:01:48 +00:00
parent 59992c3566
commit 667233a1f4

View File

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