Skip to content

Commit 7e7a484

Browse files
authored
Merge pull request #6466 from radarhere/harfbuzz
Updated harfbuzz to 5.1.0
2 parents f2ce07c + 5cc9ab5 commit 7e7a484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

winbuild/build_prepare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ def cmd_msbuild(
281281
"libs": [r"imagequant.lib"],
282282
},
283283
"harfbuzz": {
284-
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.4.1.zip",
285-
"filename": "harfbuzz-4.4.1.zip",
286-
"dir": "harfbuzz-4.4.1",
284+
"url": "https://github.com/harfbuzz/harfbuzz/archive/5.1.0.zip",
285+
"filename": "harfbuzz-5.1.0.zip",
286+
"dir": "harfbuzz-5.1.0",
287287
"build": [
288288
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
289289
cmd_nmake(target="clean"),

0 commit comments

Comments
 (0)