From 918ac80cee2a6e8865c00e98b02cdaf722d7ef2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 20:29:35 +0000 Subject: [PATCH] harfbuzz: Update to version 5.3.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 15e828bdfe..4c03c45527 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "5.2.0", + "version": "5.3.0", "description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.", "homepage": "http://harfbuzz.github.io/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.2.0/harfbuzz-win64-5.2.0.zip", - "hash": "09a0c6bebd56f618cca88d2b3911fda73fb4108c91164219437e3f85930a3937", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.3.0/harfbuzz-win64-5.3.0.zip", + "hash": "286ca0ee3cc52e5d471164de309b71dbb89a02b7253e724e75479e80357e0a65", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.2.0/harfbuzz-win32-5.2.0.zip", - "hash": "45f498ef07fc1c943711f20344c83019cb3b6c3fda5f19adfad0fab83a938b4a", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.3.0/harfbuzz-win32-5.3.0.zip", + "hash": "12096e968fe56db44a6d1abae3da011142289cbde9c655a4af32c5cd2d17feef", "extract_dir": "harfbuzz-win32" } },