harfbuzz: Update to version 11.0.1

This commit is contained in:
github-actions[bot] 2025-04-05 00:36:56 +00:00
parent 7937d57f92
commit eaa62485a5

View File

@ -1,17 +1,17 @@
{ {
"version": "11.0.0", "version": "11.0.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/11.0.0/harfbuzz-win64-11.0.0.zip", "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.0.1/harfbuzz-win64-11.0.1.zip",
"hash": "72dc6ed89f673811ee1fd00bb89e0e213b3a95914e20e7de63ff11924ea75af0", "hash": "5715295b0ceb1172ee82a097aaf62e0282eff6044aaaf6a6b811a8432c69f575",
"extract_dir": "harfbuzz-win64" "extract_dir": "harfbuzz-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.0.0/harfbuzz-win32-11.0.0.zip", "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.0.1/harfbuzz-win32-11.0.1.zip",
"hash": "c955a993ed0facbe5c50e4b387373e1ffc37b522d0ca72925b43fdda4e428d1d", "hash": "f4515eea3bcde6f242dc202b47ac9f0e010dabbb5316e938fce977387d73829e",
"extract_dir": "harfbuzz-win32" "extract_dir": "harfbuzz-win32"
} }
}, },