brotli: Update to version 1.0.9_1

This commit is contained in:
Richard Kuhnt 2021-09-15 13:00:39 +00:00
parent 9b602a91f4
commit 0c0ff3c781

View File

@ -1,16 +1,16 @@
{
"version": "1.0.9",
"version": "1.0.9_1",
"description": "Lossless compression algorithm",
"homepage": "https://brotli.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.0/brotli-1.0.9-win64-mingw.tar.xz",
"url": "https://curl.haxx.se/windows/dl-7.79.0_1/brotli-1.0.9_1-win64-mingw.tar.xz",
"hash": "f795ff20138172c0d2fee265023d930a3bd0528449c923e93d6ed1bd933d0bce",
"extract_dir": "brotli-1.0.9-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.0/brotli-1.0.9-win32-mingw.tar.xz",
"url": "https://curl.haxx.se/windows/dl-7.79.0_1/brotli-1.0.9_1-win32-mingw.tar.xz",
"hash": "8e88f5d308d729addd3398386d1cb55e2e841d56512cb38749b27d0779f3270f",
"extract_dir": "brotli-1.0.9-win32-mingw"
}