From 87608c2248a898492b15600718370637ff4243e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:28:29 +0000 Subject: [PATCH] harfbuzz: Update to version 10.0.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index cae741b473..9ccb3e2814 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "9.0.0", + "version": "10.0.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/9.0.0/harfbuzz-win64-9.0.0.zip", - "hash": "197e3ce16b28dcca3bdd0b3536bfb19cc80f2208647d207e1eef41978cc98d56", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.0.0/harfbuzz-win64-10.0.0.zip", + "hash": "f9acd03e6c8580d36f7df288deb0942956084ec7f3ac67f5445049887f7f7c14", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/9.0.0/harfbuzz-win32-9.0.0.zip", - "hash": "db7606e3c32aacbb38dd8d398369712536e5159a37241f408cd53671c8607cc0", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/10.0.0/harfbuzz-win32-10.0.0.zip", + "hash": "a9a4817fb6b7279d968127a3f997f3deec3343aae62c181b8dd5d42da94b7c77", "extract_dir": "harfbuzz-win32" } },