From 2c487f1caf7155ea88fc607f6f205dc25f493b13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 08:30:53 +0000 Subject: [PATCH] harfbuzz: Update to version 5.3.1 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 4c03c45527..38aafc6dfe 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "5.3.0", + "version": "5.3.1", "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.3.0/harfbuzz-win64-5.3.0.zip", - "hash": "286ca0ee3cc52e5d471164de309b71dbb89a02b7253e724e75479e80357e0a65", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.3.1/harfbuzz-win64-5.3.1.zip", + "hash": "31c62e2180f9618f7d37d4e8bf875507e7fd2b472ef34ca03de0845a0dda7578", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.3.0/harfbuzz-win32-5.3.0.zip", - "hash": "12096e968fe56db44a6d1abae3da011142289cbde9c655a4af32c5cd2d17feef", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.3.1/harfbuzz-win32-5.3.1.zip", + "hash": "7f42f460a7a9ffaf966440a5fb0ce5bd9781e105329236f41a430d0723ff14a2", "extract_dir": "harfbuzz-win32" } },