From c1e821d12e4177e3370ee102e37493e10f16ea21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:33:27 +0000 Subject: [PATCH] harfbuzz: Update to version 8.2.2 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 0187375175..a831d98cfa 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "8.2.1", + "version": "8.2.2", "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.1/harfbuzz-win64-8.2.1.zip", - "hash": "888c6ffe37324b8b1c5a0bbbe8d5c1f3375e8dc9621c7a1bd4b13840b8a04af8", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.2/harfbuzz-win64-8.2.2.zip", + "hash": "2e50fc12814463fc8c472d3d5d52f688f484f33eaf7a522db1614d1f7dc09d78", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.1/harfbuzz-win32-8.2.1.zip", - "hash": "97bca50abfe4700828c16c4660056c6f56709deca401a4191fd56506dca096cb", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.2/harfbuzz-win32-8.2.2.zip", + "hash": "7b718ff105006cb660fbc8c739df87ccb898713a45330fa34268eba297cd02c0", "extract_dir": "harfbuzz-win32" } },