From ceedf4b8a11680288e8265ede3ba5cbb0253f676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 04:39:09 +0000 Subject: [PATCH] harfbuzz: Update to version 7.1.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 3de636ca2a..bf38280783 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "7.0.1", + "version": "7.1.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/7.0.1/harfbuzz-win64-7.0.1.zip", - "hash": "1f8d19ec7778ed2b7b647ad022c26d069d70a50258d3476843da3f5226521244", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.1.0/harfbuzz-win64-7.1.0.zip", + "hash": "63bfa41fd1e2a0716c44537a28dc42df3b4195b7ab772c2d80a8692f81f829f4", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.0.1/harfbuzz-win32-7.0.1.zip", - "hash": "f49c5047900daedcb2f382c35aa39fd4964595e3d4c3c555798190a47d1e33af", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.1.0/harfbuzz-win32-7.1.0.zip", + "hash": "382a70ba8de32e80780e012587b0c674ef61695275a031049a789ec7fb312bdb", "extract_dir": "harfbuzz-win32" } },