From 708d10e827ebc23239342974401ed1b760367c84 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 15 Sep 2021 10:00:53 +0000 Subject: [PATCH] brotli: Update to version 1.0.9 --- bucket/brotli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index f501c6889a..6b5e632742 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,17 +1,17 @@ { - "version": "1.0.9_6", + "version": "1.0.9", "description": "Lossless compression algorithm", "homepage": "https://brotli.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.78.0_6/brotli-1.0.9_6-win64-mingw.tar.xz", - "hash": "2497a953a28d225c091730e90c24b911343c03ba8f2b53338bd61d16a2fb1181", + "url": "https://curl.haxx.se/windows/dl-7.79.0/brotli-1.0.9-win64-mingw.tar.xz", + "hash": "f795ff20138172c0d2fee265023d930a3bd0528449c923e93d6ed1bd933d0bce", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.78.0_6/brotli-1.0.9_6-win32-mingw.tar.xz", - "hash": "612af5b3c1d6737f5eb6bb9694a279e11e4753aa2c639cee881f0b7a17169e4b", + "url": "https://curl.haxx.se/windows/dl-7.79.0/brotli-1.0.9-win32-mingw.tar.xz", + "hash": "8e88f5d308d729addd3398386d1cb55e2e841d56512cb38749b27d0779f3270f", "extract_dir": "brotli-1.0.9-win32-mingw" } },