From 1e8150bd07beb01a6ea6c298f89fd17abb1084af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 04:46:05 +0000 Subject: [PATCH] harfbuzz: Update to version 5.2.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 283ccfc099..15e828bdfe 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "5.1.0", + "version": "5.2.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.1.0/harfbuzz-win64-5.1.0.zip", - "hash": "226ab0886ee16b950332e19f7a01865c10cf5ae97a7f99e367d4fcc41364f4b1", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.2.0/harfbuzz-win64-5.2.0.zip", + "hash": "09a0c6bebd56f618cca88d2b3911fda73fb4108c91164219437e3f85930a3937", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.1.0/harfbuzz-win32-5.1.0.zip", - "hash": "25baed655fbed83d3c804ebe28d9bfa720fb5c3966d19560490007f29f0bbea6", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.2.0/harfbuzz-win32-5.2.0.zip", + "hash": "45f498ef07fc1c943711f20344c83019cb3b6c3fda5f19adfad0fab83a938b4a", "extract_dir": "harfbuzz-win32" } },