From dd24a83c0db14b4658fabca35611e0baf5717954 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 16:30:17 +0000 Subject: [PATCH] harfbuzz: Update to version 7.0.1 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 509000b654..3de636ca2a 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "7.0.0", + "version": "7.0.1", "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.0/harfbuzz-win64-7.0.0.zip", - "hash": "c9c2a8e052c77686f99139ee2127e3dfc0295f6bbbeb6d9da599d8024f51ad84", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.0.1/harfbuzz-win64-7.0.1.zip", + "hash": "1f8d19ec7778ed2b7b647ad022c26d069d70a50258d3476843da3f5226521244", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.0.0/harfbuzz-win32-7.0.0.zip", - "hash": "bb74827784af9761d06d6b3ed3f605bfdf13999b5269cfd9141933c254b622ee", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/7.0.1/harfbuzz-win32-7.0.1.zip", + "hash": "f49c5047900daedcb2f382c35aa39fd4964595e3d4c3c555798190a47d1e33af", "extract_dir": "harfbuzz-win32" } },