From 608f796a890c05f11443e71ef9fd195cd09cc5e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:31:40 +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 f603f609fc..3968a580f0 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,17 +1,17 @@ { - "version": "1.0.9_4", + "version": "1.0.9", "description": "Lossless compression algorithm", "homepage": "https://brotli.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.82.0_4/brotli-1.0.9_4-win64-mingw.tar.xz", - "hash": "d1bea0b4121b56a838bb9f7f694e69774ccc69321aef16a6dc2644db8df5540f", + "url": "https://curl.haxx.se/windows/dl-7.83.0/brotli-1.0.9-win64-mingw.tar.xz", + "hash": "5b233cee0b7cdcc0dbced6df5dd658e38d785a95a6e711c553dfd412aa625b9e", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.82.0_4/brotli-1.0.9_4-win32-mingw.tar.xz", - "hash": "9d76f2ea8a9b390d83e5d62119cb71520d6de06bb25106fc3b5bea3cf6c9a572", + "url": "https://curl.haxx.se/windows/dl-7.83.0/brotli-1.0.9-win32-mingw.tar.xz", + "hash": "28f81901d4468b2bce233f7cc967353975925d70584e2d15d53658dcedb67ea5", "extract_dir": "brotli-1.0.9-win32-mingw" } },