From 2360476424e0486af8f0ab68ba33335dcfc1923e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 May 2022 08:29:37 +0000 Subject: [PATCH] brotli: Update to version 1.0.9_1 --- bucket/brotli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index 3968a580f0..0da7620759 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,16 +1,16 @@ { - "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.83.0/brotli-1.0.9-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.83.0_1/brotli-1.0.9_1-win64-mingw.tar.xz", "hash": "5b233cee0b7cdcc0dbced6df5dd658e38d785a95a6e711c553dfd412aa625b9e", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.83.0/brotli-1.0.9-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.83.0_1/brotli-1.0.9_1-win32-mingw.tar.xz", "hash": "28f81901d4468b2bce233f7cc967353975925d70584e2d15d53658dcedb67ea5", "extract_dir": "brotli-1.0.9-win32-mingw" }