From 667233a1f4f4492c6bd53f0bff47d78f413e9d1b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 17 Dec 2020 12:01:48 +0000 Subject: [PATCH] brotli: Update to version 1.0.9_1 --- bucket/brotli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index cddfd8465f..e4e692d734 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,17 +1,17 @@ { - "version": "1.0.9", + "version": "1.0.9_1", "description": "Lossless compression algorithm", "homepage": "https://brotli.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.74.0/brotli-1.0.9-win64-mingw.tar.xz", - "hash": "d94c782671a2d2a3cafdc92c3c9028d24c0735267eb06c8e692f8d8f204acacf", + "url": "https://curl.haxx.se/windows/dl-7.74.0_1/brotli-1.0.9_1-win64-mingw.tar.xz", + "hash": "93389ae9fcb7067461fe8d21a889428b597d46730bf97cf6c02d64080e566f6d", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.74.0/brotli-1.0.9-win32-mingw.tar.xz", - "hash": "a93c0fc627094b949fc303314a012f1e5ed7347046e360dd7409990c9ee668fe", + "url": "https://curl.haxx.se/windows/dl-7.74.0_1/brotli-1.0.9_1-win32-mingw.tar.xz", + "hash": "d7c556d25a4ad7c298e57b9cfa6bd9eabeb1cf52d4ae26c1fda4ca8e4f1eae32", "extract_dir": "brotli-1.0.9-win32-mingw" } },