From f6d75aa31cfb24e7ca7a7cae00934eb6f2a73d2c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 20 Sep 2021 15:00:36 +0000 Subject: [PATCH] brotli: Update to version 1.0.9_3 --- bucket/brotli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index 564f9d7f43..114c6240a8 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,17 +1,17 @@ { - "version": "1.0.9_1", + "version": "1.0.9_3", "description": "Lossless compression algorithm", "homepage": "https://brotli.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.79.0_1/brotli-1.0.9_1-win64-mingw.tar.xz", - "hash": "f795ff20138172c0d2fee265023d930a3bd0528449c923e93d6ed1bd933d0bce", + "url": "https://curl.haxx.se/windows/dl-7.79.0_3/brotli-1.0.9_3-win64-mingw.tar.xz", + "hash": "5477a26cdeb7cf8a313fd1e7ad2e5cecf9431f4ff32368839529cc18f3407424", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.79.0_1/brotli-1.0.9_1-win32-mingw.tar.xz", - "hash": "8e88f5d308d729addd3398386d1cb55e2e841d56512cb38749b27d0779f3270f", + "url": "https://curl.haxx.se/windows/dl-7.79.0_3/brotli-1.0.9_3-win32-mingw.tar.xz", + "hash": "1b0d98755469b0f9c9560649a079ef8041cf471fb131787128973fa65f265fa8", "extract_dir": "brotli-1.0.9-win32-mingw" } },