From ad708cd1879bf72eaa940d3837d112e71c747c78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:33:57 +0000 Subject: [PATCH] harfbuzz: Update to version 8.1.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index eb3634b6c4..7689a4168c 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "8.0.1", + "version": "8.1.0", "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.0.1/harfbuzz-win64-8.0.1.zip", - "hash": "2c480384c3110318b5fb087531eeee0a02c3ac93185999e835571ca5a7e361f0", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.1.0/harfbuzz-win64-8.1.0.zip", + "hash": "d1d1ce7fcf6186f7566145090cf08af358e2536038b9685d2a83bc7409fd9aca", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.0.1/harfbuzz-win32-8.0.1.zip", - "hash": "b9993c57b879d25dc108be19e7af6e058e9335e68407fb4f632fed09ad0341af", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.1.0/harfbuzz-win32-8.1.0.zip", + "hash": "5c3d40d380496529ae80805dff8718bdac5fd8c7179577e8adef8e8ea9b48084", "extract_dir": "harfbuzz-win32" } },