From c71c9e880e9cdbf09398be1c7b88bd92af7670ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 20:29:08 +0000 Subject: [PATCH] harfbuzz: Update to version 11.3.3 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 4d9ffc6656..3563bffc8a 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "11.3.2", + "version": "11.3.3", "description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.", "homepage": "https://harfbuzz.github.io/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.2/harfbuzz-win64-11.3.2.zip", - "hash": "d59c95802be0a8aea8acc1b7fdac9a734705fefe21b83a7d54a72d182e9109f0", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.3/harfbuzz-win64-11.3.3.zip", + "hash": "d6c6d740b7c82d6725f7c21f66627aaa1aa254daf6debabd0268c6924649919e", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.2/harfbuzz-win32-11.3.2.zip", - "hash": "fbd5e01aa2fc6d024824e33abaee8a92b8f6934ae81e46d02045572e06299e75", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.3/harfbuzz-win32-11.3.3.zip", + "hash": "58c361a48595f3ea5f1c34c2c2fe46326019cf8633dfcca512f90cea46792a1d", "extract_dir": "harfbuzz-win32" } },