From 47394d0ed8da14b9a7a6dfbce79bc76e651cd36b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:25:21 +0000 Subject: [PATCH] harfbuzz: Update to version 8.2.1 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 631a199df0..0187375175 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "8.2.0", + "version": "8.2.1", "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.2.0/harfbuzz-win64-8.2.0.zip", - "hash": "b7072db8cfaa2aa9691a6bfaeba0b90351d0bd91e06bbb56f4a8e68b6f9fcf9f", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.1/harfbuzz-win64-8.2.1.zip", + "hash": "888c6ffe37324b8b1c5a0bbbe8d5c1f3375e8dc9621c7a1bd4b13840b8a04af8", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.0/harfbuzz-win32-8.2.0.zip", - "hash": "43906f2e83ecb852fb6c34dfdc5666e4030d2263a180b2b64e1b3174071a6909", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.1/harfbuzz-win32-8.2.1.zip", + "hash": "97bca50abfe4700828c16c4660056c6f56709deca401a4191fd56506dca096cb", "extract_dir": "harfbuzz-win32" } },