From 4e7c7aaf48b32ae3656c11ff6b9cee0b4091fd8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:29:41 +0000 Subject: [PATCH] harfbuzz: Update to version 10.2.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 330c28d17c..006f314838 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "10.1.0", + "version": "10.2.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/10.1.0/harfbuzz-win64-10.1.0.zip", - "hash": "8a5af6cfce78e7da211e7a2d49cdedf41dafa76b89b2350c067462fbf15a4c64", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.2.0/harfbuzz-win64-10.2.0.zip", + "hash": "0b8fe8a8a7c88135133bd2d458feebeaedd7c975bfee9576cdfd2f6c431d1268", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.1.0/harfbuzz-win32-10.1.0.zip", - "hash": "0b0f7f717ea2687a46629bfcaff44525c90379274180d01dc86f028a39e60c09", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.2.0/harfbuzz-win32-10.2.0.zip", + "hash": "d5f06634592accc1e9e77528e4202d0c454a17b3cf1e15ff673b173015109cfe", "extract_dir": "harfbuzz-win32" } },