From fe71b10daef0d0b79ba58b95bc7aafd6fc87111d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 2 Dec 2020 21:01:48 +0000 Subject: [PATCH] brotli: Update to version 1.0.9_5 --- bucket/brotli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index 41e696d954..1ecb863567 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,17 +1,17 @@ { - "version": "1.0.9_4", + "version": "1.0.9_5", "description": "Lossless compression algorithm", "homepage": "https://brotli.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.73.0_4/brotli-1.0.9_4-win64-mingw.tar.xz", - "hash": "d4448314fcf207ca35bcad0d574f1870e75a9750b104a0d7f82eae870d7dbd6b", + "url": "https://curl.haxx.se/windows/dl-7.73.0_5/brotli-1.0.9_5-win64-mingw.tar.xz", + "hash": "62bb48f6057e29abbb9a530aded28cc3dbb6b0d7ef878aa8e434f76f47020559", "extract_dir": "brotli-1.0.9-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.73.0_4/brotli-1.0.9_4-win32-mingw.tar.xz", - "hash": "62cb1ee4ec36be74f948e8ad129476b07da1019ccf404b2f9cedbb9f9c274fae", + "url": "https://curl.haxx.se/windows/dl-7.73.0_5/brotli-1.0.9_5-win32-mingw.tar.xz", + "hash": "5b40c1d8bb83e5a3ce3a748d6fb4eb220edcc44c17110289b30d5c0253b5f2eb", "extract_dir": "brotli-1.0.9-win32-mingw" } },