From 65e90f9b0db4820c720261fa13787e000e5425ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:29:10 +0000 Subject: [PATCH] harfbuzz: Update to version 9.0.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index e72c51e34e..cae741b473 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "8.5.0", + "version": "9.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/8.5.0/harfbuzz-win64-8.5.0.zip", - "hash": "fb1b1cd053a99749f073633daec12bb587a2f5d78a0a7050ba4e4afdcb6de467", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/9.0.0/harfbuzz-win64-9.0.0.zip", + "hash": "197e3ce16b28dcca3bdd0b3536bfb19cc80f2208647d207e1eef41978cc98d56", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-win32-8.5.0.zip", - "hash": "4628459a3aea559c7d9542d5e9894cf1650d33f6735998389659f8b17a0d7bff", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/9.0.0/harfbuzz-win32-9.0.0.zip", + "hash": "db7606e3c32aacbb38dd8d398369712536e5159a37241f408cd53671c8607cc0", "extract_dir": "harfbuzz-win32" } },