From 19b9269806384cd6090ba7e2ec2db12365fb662e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 20:23:20 +0000 Subject: [PATCH] harfbuzz: Update to version 8.3.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index a831d98cfa..1ff0586e1e 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "8.2.2", + "version": "8.3.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.2.2/harfbuzz-win64-8.2.2.zip", - "hash": "2e50fc12814463fc8c472d3d5d52f688f484f33eaf7a522db1614d1f7dc09d78", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.3.0/harfbuzz-win64-8.3.0.zip", + "hash": "90e3d1ab561f7e76028986f02967bdaf0e965dffce64b65ef3551dd9d49d953a", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.2/harfbuzz-win32-8.2.2.zip", - "hash": "7b718ff105006cb660fbc8c739df87ccb898713a45330fa34268eba297cd02c0", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.3.0/harfbuzz-win32-8.3.0.zip", + "hash": "bbc1154d9cee99dbee2e61f72efbf31b79fec306afebf2732690651339959c79", "extract_dir": "harfbuzz-win32" } },