brotli: Update to version 1.0.5_2

This commit is contained in:
Richard Kuhnt 2018-09-18 20:00:22 +00:00
parent 4d28adcee1
commit 4baced62ba

View File

@ -1,15 +1,15 @@
{ {
"version": "1.0.5_1", "version": "1.0.5_2",
"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_1/brotli-1.0.5_1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.61.1_2/brotli-1.0.5_2-win64-mingw.tar.xz",
"hash": "e56f0b75d79a82a62818f9b8997d29da0760dd6f8633b89dc5b39038e9856136", "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_1/brotli-1.0.5_1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.61.1_2/brotli-1.0.5_2-win32-mingw.tar.xz",
"hash": "178abb33af2f134c6a05bc6fe2b2ad7a105c87c5552480f24b26b4cfec3d63ae", "hash": "178abb33af2f134c6a05bc6fe2b2ad7a105c87c5552480f24b26b4cfec3d63ae",
"extract_dir": "brotli-1.0.5-win32-mingw" "extract_dir": "brotli-1.0.5-win32-mingw"
} }