From 833cc786eeb927d79a1295a00029b1803f3620dd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 19 Sep 2018 04:00:25 +0000 Subject: [PATCH] brotli: Update to version 1.0.5_4 --- brotli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/brotli.json b/brotli.json index 1788c0e8eb..424b96e652 100644 --- a/brotli.json +++ b/brotli.json @@ -1,15 +1,15 @@ { - "version": "1.0.5_2", + "version": "1.0.5_4", "homepage": "https://brotli.org/", "description": "Lossless compression algorithm", "architecture": { "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", "extract_dir": "brotli-1.0.5-win64-mingw" }, "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", "extract_dir": "brotli-1.0.5-win32-mingw" }