From 8f1014f76eeeb61abcd8f5d994fa23ce6a553bae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:30:22 +0000 Subject: [PATCH] brotli: Update to version 1.2.0 --- bucket/brotli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/brotli.json b/bucket/brotli.json index 4dab3f16cf..9a549f437b 100644 --- a/bucket/brotli.json +++ b/bucket/brotli.json @@ -1,16 +1,16 @@ { - "version": "1.1.0", + "version": "1.2.0", "description": "Lossless compression algorithm", "homepage": "https://brotli.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/google/brotli/releases/download/v1.1.0/brotli-x64-windows-static.zip", - "hash": "1d45ba1bef7e2bcbb70d49577f3ae195615b58a4b727d52229d4ec0004d49f88" + "url": "https://github.com/google/brotli/releases/download/v1.2.0/brotli-x64-windows-static.zip", + "hash": "3208ab82d4f08e062a25660cf38092db4e8415792aa1e579956d37740f8d8924" }, "32bit": { - "url": "https://github.com/google/brotli/releases/download/v1.1.0/brotli-x86-windows-static.zip", - "hash": "6692bedd404f0d681c5c73366bd550f3475f496711b1f16422ff4877c8d4bbaf" + "url": "https://github.com/google/brotli/releases/download/v1.2.0/brotli-x86-windows-static.zip", + "hash": "9077aa4184290f6aab963fef2ac0d92730ca58be2b78ec4ef97aeefa2981d715" } }, "bin": "brotli.exe",