From 28adc2ed41c1483223a6e219b231034a49a1b41a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:28:38 +0000 Subject: [PATCH] harfbuzz: Update to version 11.5.1 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 1565867424..a38233739c 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "11.5.0", + "version": "11.5.1", "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.5.0/harfbuzz-win64-11.5.0.zip", - "hash": "ec8dcf4f6fab347903f478ff7bb2fcc0522d9d1704a3a974c7110b952688a836", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.5.1/harfbuzz-win64-11.5.1.zip", + "hash": "d18a39e7ecc600ff7c7f81db242a899fa81c967b702d01584fad83095e524c76", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.5.0/harfbuzz-win32-11.5.0.zip", - "hash": "ec09c3badff692d42a4a5bed5e23c41930dc01e3f007abbb43acf8953b73e3af", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.5.1/harfbuzz-win32-11.5.1.zip", + "hash": "41362a516ceceb61bcafaa1a425fe174dfd06069996ba82229504b7247e6e0f8", "extract_dir": "harfbuzz-win32" } },