From 9e4757608ee871496c5191c2425d6201c57ad56f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 29 Aug 2021 23:00:46 +0000 Subject: [PATCH] brotli: Update to version 1.0.9_4 --- bucket/brotli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index c1a34635d1..670b5be09d 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,16 +1,16 @@ { - "version": "1.0.9_2", + "version": "1.0.9_4", "description": "Lossless compression algorithm", "homepage": "https://brotli.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.78.0_2/brotli-1.0.9_2-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.78.0_4/brotli-1.0.9_4-win64-mingw.tar.xz", "hash": "2497a953a28d225c091730e90c24b911343c03ba8f2b53338bd61d16a2fb1181", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.78.0_2/brotli-1.0.9_2-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.78.0_4/brotli-1.0.9_4-win32-mingw.tar.xz", "hash": "612af5b3c1d6737f5eb6bb9694a279e11e4753aa2c639cee881f0b7a17169e4b", "extract_dir": "brotli-1.0.9-win32-mingw" }