brotli: Update to version 1.0.9

This commit is contained in:
Richard Kuhnt 2020-12-09 12:01:48 +00:00
parent b22e62f268
commit 2714942c16

View File

@ -1,17 +1,17 @@
{ {
"version": "1.0.9_6", "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.73.0_6/brotli-1.0.9_6-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.74.0/brotli-1.0.9-win64-mingw.tar.xz",
"hash": "1262440643fb95a35e2df5b22b2896a2e2dfb03064cd14b7e792587d23c2a463", "hash": "d94c782671a2d2a3cafdc92c3c9028d24c0735267eb06c8e692f8d8f204acacf",
"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.73.0_6/brotli-1.0.9_6-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.74.0/brotli-1.0.9-win32-mingw.tar.xz",
"hash": "4dea6a954fa9d4bc6dc0554da25458f5554f1f65219fa2a9af8fb0ba2a6d3338", "hash": "a93c0fc627094b949fc303314a012f1e5ed7347046e360dd7409990c9ee668fe",
"extract_dir": "brotli-1.0.9-win32-mingw" "extract_dir": "brotli-1.0.9-win32-mingw"
} }
}, },