From c2af9a425035b6c0f6751eeab33b755aee0ecfa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:23:53 +0000 Subject: [PATCH] harfbuzz: Update to version 8.2.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 18832d097f..631a199df0 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "8.1.1", + "version": "8.2.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.1.1/harfbuzz-win64-8.1.1.zip", - "hash": "0d228384e41699ae638528fb031a502d2aecee5251c95700df3e315276184a74", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.0/harfbuzz-win64-8.2.0.zip", + "hash": "b7072db8cfaa2aa9691a6bfaeba0b90351d0bd91e06bbb56f4a8e68b6f9fcf9f", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.1.1/harfbuzz-win32-8.1.1.zip", - "hash": "33459fd9b22ae06d1448c17487ee8e9663c213b30bc49a779520279ca613648c", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.0/harfbuzz-win32-8.2.0.zip", + "hash": "43906f2e83ecb852fb6c34dfdc5666e4030d2263a180b2b64e1b3174071a6909", "extract_dir": "harfbuzz-win32" } },