harfbuzz: Update to version 8.2.1

This commit is contained in:
github-actions[bot] 2023-09-18 20:25:21 +00:00
parent fc02028d22
commit 47394d0ed8

View File

@ -1,17 +1,17 @@
{ {
"version": "8.2.0", "version": "8.2.1",
"description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.", "description": "Text shaping engine. Supports OpenType and Apple Advanced Typography.",
"homepage": "https://harfbuzz.github.io/", "homepage": "https://harfbuzz.github.io/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.0/harfbuzz-win64-8.2.0.zip", "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.1/harfbuzz-win64-8.2.1.zip",
"hash": "b7072db8cfaa2aa9691a6bfaeba0b90351d0bd91e06bbb56f4a8e68b6f9fcf9f", "hash": "888c6ffe37324b8b1c5a0bbbe8d5c1f3375e8dc9621c7a1bd4b13840b8a04af8",
"extract_dir": "harfbuzz-win64" "extract_dir": "harfbuzz-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.0/harfbuzz-win32-8.2.0.zip", "url": "https://github.com/harfbuzz/harfbuzz/releases/download/8.2.1/harfbuzz-win32-8.2.1.zip",
"hash": "43906f2e83ecb852fb6c34dfdc5666e4030d2263a180b2b64e1b3174071a6909", "hash": "97bca50abfe4700828c16c4660056c6f56709deca401a4191fd56506dca096cb",
"extract_dir": "harfbuzz-win32" "extract_dir": "harfbuzz-win32"
} }
}, },