From b4bf2f6460e36e8ab2376a5374f48dbfeb7111c0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 14 Apr 2021 17:01:46 +0000 Subject: [PATCH] brotli: Update to version 1.0.9 --- bucket/brotli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index 4946637854..90210d6c2f 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -5,12 +5,12 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.76.0/brotli-1.0.9-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.76.1/brotli-1.0.9-win64-mingw.tar.xz", "hash": "d295935d33130ca860e9f7527038af78efda0169982f0b771970c11efc515484", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.76.0/brotli-1.0.9-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.76.1/brotli-1.0.9-win32-mingw.tar.xz", "hash": "ac3ed36539b50049373f2dbe0177ab0f7d3b51d429e58444882790ea21d2a890", "extract_dir": "brotli-1.0.9-win32-mingw" }