From 7f9f52243d31b1a84a388d9817c8e0e22c53c8c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 00:33:40 +0000 Subject: [PATCH] harfbuzz: Update to version 7.3.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index a04394e40f..ed323b1be5 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "7.2.0", + "version": "7.3.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/7.2.0/harfbuzz-win64-7.2.0.zip", - "hash": "101880db20e7ab8ed50fa8a67804345ebcda13f62ee9c7bb187e0ed16758dbce", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-win64-7.3.0.zip", + "hash": "9c3d70582cbee704d27def28554523bf15dae6e505266f2fd186ff121d41bd5f", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.2.0/harfbuzz-win32-7.2.0.zip", - "hash": "0d876364ef92e8c680080feacabe193667ffeef67068becaa020ccbd96fa12b8", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.3.0/harfbuzz-win32-7.3.0.zip", + "hash": "7c37a9baf7e16e15d609b06b573eab6bd80e33b2566ed8e8545a2ca55ee7ac01", "extract_dir": "harfbuzz-win32" } },