From 739d75b262bbaf9c23c7f6c659b2b8015862f329 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 5 Mar 2020 13:01:48 +0000 Subject: [PATCH] brotli: Update to version 1.0.7 --- bucket/brotli.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index dfed89810b..ee099841b1 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -5,13 +5,13 @@ "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.68.0/brotli-1.0.7-win64-mingw.tar.xz", - "hash": "bbed3f3e1ab442e441c971ab9a88294b9ee7413ea0c5bfeb6d9081400666f8b3", + "url": "https://curl.haxx.se/windows/dl-7.69.0/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.68.0/brotli-1.0.7-win32-mingw.tar.xz", - "hash": "06e885286a2d34cc1889294e1c70eb6744936fe79771118eff2171828e8e572d", + "url": "https://curl.haxx.se/windows/dl-7.69.0/brotli-1.0.7-win32-mingw.tar.xz", + "hash": "ef53f30a05a7a049f86309019fb28826b6f3fd1737274e33c12a539fc51ad0f4", "extract_dir": "brotli-1.0.7-win32-mingw" } },