From b1442c5b23c3c9ff42c6b4ebb393207fa9e61f7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:29:41 +0000 Subject: [PATCH] harfbuzz: Update to version 11.2.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 8bc32d2689..fbccda7da1 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "11.1.0", + "version": "11.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/11.1.0/harfbuzz-win64-11.1.0.zip", - "hash": "0899ec7871a9acb102ace645ee1a551f1610612795c4b1c876b836604f3a8e6c", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.2.0/harfbuzz-win64-11.2.0.zip", + "hash": "28af6a01438402276af86a934d2942cb3b3ffaba2365559c4194fccc75c7d18f", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.1.0/harfbuzz-win32-11.1.0.zip", - "hash": "fe6e72ecd9e3061a102deaf7d6a124edb2dad9e3b1fc04a35753e6aecfea2e2e", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.2.0/harfbuzz-win32-11.2.0.zip", + "hash": "11f41bba83abbe2cb825d896bbaf9fb273e2ed30990a3fb0b06a80bb75b3efe4", "extract_dir": "harfbuzz-win32" } },