From 4baced62ba2b6c6205977dcdb5e872af9919495b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 18 Sep 2018 20:00:22 +0000 Subject: [PATCH] brotli: Update to version 1.0.5_2 --- brotli.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/brotli.json b/brotli.json index 4ad8ea6d68..1788c0e8eb 100644 --- a/brotli.json +++ b/brotli.json @@ -1,15 +1,15 @@ { - "version": "1.0.5_1", + "version": "1.0.5_2", "homepage": "https://brotli.org/", "description": "Lossless compression algorithm", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.61.1_1/brotli-1.0.5_1-win64-mingw.tar.xz", - "hash": "e56f0b75d79a82a62818f9b8997d29da0760dd6f8633b89dc5b39038e9856136", + "url": "https://curl.haxx.se/windows/dl-7.61.1_2/brotli-1.0.5_2-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_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", "extract_dir": "brotli-1.0.5-win32-mingw" }