From 5ae1b0e44e45d0088422b99fca918bab6a23b98e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 00:41:19 +0000 Subject: [PATCH] harfbuzz: Update to version 12.0.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index a38233739c..9f77f03214 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "11.5.1", + "version": "12.0.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/11.5.1/harfbuzz-win64-11.5.1.zip", - "hash": "d18a39e7ecc600ff7c7f81db242a899fa81c967b702d01584fad83095e524c76", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.0.0/harfbuzz-win64-12.0.0.zip", + "hash": "cbdc78ee3c158d5df57a971c018d14118feef2f5a0feb7fa835ec9c6d28da9e1", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.5.1/harfbuzz-win32-11.5.1.zip", - "hash": "41362a516ceceb61bcafaa1a425fe174dfd06069996ba82229504b7247e6e0f8", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/12.0.0/harfbuzz-win32-12.0.0.zip", + "hash": "412113339e24f9d81279df20a9863dcf6f3b2b210938bb624fe615be6568b43e", "extract_dir": "harfbuzz-win32" } },