From 03c3fba78a3ed8e6c372f51fe06c069e1e2bd563 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 31 Mar 2020 18:01:50 +0000 Subject: [PATCH] brotli: Update to version 1.0.7_1 --- bucket/brotli.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index ac6d70d4c3..7d5982def5 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,16 +1,16 @@ { - "version": "1.0.7", + "version": "1.0.7_1", "homepage": "https://brotli.org/", "description": "Lossless compression algorithm", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.69.1/brotli-1.0.7-win64-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.69.1_1/brotli-1.0.7_1-win64-mingw.tar.xz", "hash": "46a622c5f619a21d2a0b3aed1258a66c958e753acc4660d4ced0a886b20c6577", "extract_dir": "brotli-1.0.7-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.69.1/brotli-1.0.7-win32-mingw.tar.xz", + "url": "https://curl.haxx.se/windows/dl-7.69.1_1/brotli-1.0.7_1-win32-mingw.tar.xz", "hash": "ef53f30a05a7a049f86309019fb28826b6f3fd1737274e33c12a539fc51ad0f4", "extract_dir": "brotli-1.0.7-win32-mingw" }