From 8ba89561bb1d461689f51995481812576e2af168 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 08:30:58 +0000 Subject: [PATCH] harfbuzz: Update to version 12.2.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 86917cb21f..c826457555 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "12.1.0", + "version": "12.2.0", "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/12.1.0/harfbuzz-win64-12.1.0.zip", - "hash": "e88ef0d0c182625e52f63bc4e335072dfd71f14b7f1a1e642dbd4b805b35fd54", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.2.0/harfbuzz-win64-12.2.0.zip", + "hash": "ac99f8d35e265eaa22b697d1165d214f5a7b502f3a5c38e96747e74f033b401a", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.1.0/harfbuzz-win32-12.1.0.zip", - "hash": "d0f97d68cd309b3f92a3f2b41902f4ea5bae825997f5cc2b1cc20b409d6531f9", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.2.0/harfbuzz-win32-12.2.0.zip", + "hash": "b93944e0914c9245156104abf5ef81a0361d832ee897e076ff9160302cc30b74", "extract_dir": "harfbuzz-win32" } },