brotli: Update to version 1.0.9_2

This commit is contained in:
Richard Kuhnt 2021-08-25 18:00:35 +00:00
parent 57ceef2363
commit 5fa6366bec

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.78.0_1/brotli-1.0.9_1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.78.0_2/brotli-1.0.9_2-win64-mingw.tar.xz",
"hash": "3f2b697806c10ffdbca5a74cda8572f0307cc2c90c8cbed3340edf16b6656c0b", "hash": "2497a953a28d225c091730e90c24b911343c03ba8f2b53338bd61d16a2fb1181",
"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.78.0_1/brotli-1.0.9_1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.78.0_2/brotli-1.0.9_2-win32-mingw.tar.xz",
"hash": "8ca833bdb651457cb3cc424965a829d882c757576e8b2fb3ba30ac7cec8dd3be", "hash": "612af5b3c1d6737f5eb6bb9694a279e11e4753aa2c639cee881f0b7a17169e4b",
"extract_dir": "brotli-1.0.9-win32-mingw" "extract_dir": "brotli-1.0.9-win32-mingw"
} }
}, },