brotli: Update to version 1.0.5_4

This commit is contained in:
Richard Kuhnt 2018-09-19 04:00:25 +00:00
parent 840fd74692
commit 833cc786ee

View File

@ -1,15 +1,15 @@
{ {
"version": "1.0.5_2", "version": "1.0.5_4",
"homepage": "https://brotli.org/", "homepage": "https://brotli.org/",
"description": "Lossless compression algorithm", "description": "Lossless compression algorithm",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.61.1_2/brotli-1.0.5_2-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.61.1_4/brotli-1.0.5_4-win64-mingw.tar.xz",
"hash": "ecb372ab0b480ad7fddd0ecfb73dd91461666b99e8fe8323e23b98be43cd9438", "hash": "ecb372ab0b480ad7fddd0ecfb73dd91461666b99e8fe8323e23b98be43cd9438",
"extract_dir": "brotli-1.0.5-win64-mingw" "extract_dir": "brotli-1.0.5-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.61.1_2/brotli-1.0.5_2-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.61.1_4/brotli-1.0.5_4-win32-mingw.tar.xz",
"hash": "178abb33af2f134c6a05bc6fe2b2ad7a105c87c5552480f24b26b4cfec3d63ae", "hash": "178abb33af2f134c6a05bc6fe2b2ad7a105c87c5552480f24b26b4cfec3d63ae",
"extract_dir": "brotli-1.0.5-win32-mingw" "extract_dir": "brotli-1.0.5-win32-mingw"
} }