From f73d1f33b467681d482da9e998cbfbf44054ed81 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Mar 2020 13:01:51 +0000 Subject: [PATCH] brotli: Update to version 1.0.7 --- bucket/brotli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index ee099841b1..ac6d70d4c3 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.69.0/brotli-1.0.7-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.69.1/brotli-1.0.7-win64-mingw.tar.xz", "hash": "46a622c5f619a21d2a0b3aed1258a66c958e753acc4660d4ced0a886b20c6577", "extract_dir": "brotli-1.0.7-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.69.0/brotli-1.0.7-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.69.1/brotli-1.0.7-win32-mingw.tar.xz", "hash": "ef53f30a05a7a049f86309019fb28826b6f3fd1737274e33c12a539fc51ad0f4", "extract_dir": "brotli-1.0.7-win32-mingw" }