From 6419030ce115a85d61ee26bfe5c2efd23cd5d295 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 00:33:14 +0000 Subject: [PATCH] harfbuzz: Update to version 6.0.0 --- bucket/harfbuzz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 38aafc6dfe..7d558d1005 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -1,17 +1,17 @@ { - "version": "5.3.1", + "version": "6.0.0", "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/5.3.1/harfbuzz-win64-5.3.1.zip", - "hash": "31c62e2180f9618f7d37d4e8bf875507e7fd2b472ef34ca03de0845a0dda7578", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/6.0.0/harfbuzz-win64-6.0.0.zip", + "hash": "e39cdb21a1894882cd6d4786400d3302e30df558f2c4f39e7295dc4027755100", "extract_dir": "harfbuzz-win64" }, "32bit": { - "url": "https://github.com/harfbuzz/harfbuzz/releases/download/5.3.1/harfbuzz-win32-5.3.1.zip", - "hash": "7f42f460a7a9ffaf966440a5fb0ce5bd9781e105329236f41a430d0723ff14a2", + "url": "https://github.com/harfbuzz/harfbuzz/releases/download/6.0.0/harfbuzz-win32-6.0.0.zip", + "hash": "52554e9e31ccd419c1c58f4f66a27cf3dfd9b8e4ef3dc8d23f0d101403e742f7", "extract_dir": "harfbuzz-win32" } },