From acee859c0eee0dad7d2adea8e5e9f9e125ae9bb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:33:06 +0000 Subject: [PATCH] harfbuzz: Update to version 4.4.1 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 8161fb5451..258e49893a 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "4.4.0", + "version": "4.4.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/4.4.0/harfbuzz-win64-4.4.0.zip", - "hash": "56cc082a9731aa0390e49c3c9e9a870d67f788db881353c120a5df5894a95646", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/4.4.1/harfbuzz-win64-4.4.1.zip", + "hash": "2c54bb0495108c7b1d5e905f0e11578ab98db525eb243f3658a675f1b1ce6861", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/4.4.0/harfbuzz-win32-4.4.0.zip", - "hash": "2452214d75bddfc5e9a3a86b98af4b3718b55c0fdca7567d608b002079fffd43", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/4.4.1/harfbuzz-win32-4.4.1.zip", + "hash": "10a2aec9d05b7b6913c4fc3554dd895ea681c4f0ab6eb17ea2f8929fe8d59846", "extract_dir": "harfbuzz-win32" } },