Skip to content

Commit b8d9624

Browse files
authored
Merge pull request #6591 from radarhere/harfbuzz
Updated harfbuzz to 5.2.0
2 parents 964e0aa + 8b90588 commit b8d9624

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/5.1.0.zip",
285-
"filename": "harfbuzz-5.1.0.zip",
286-
"dir": "harfbuzz-5.1.0",
284+
"url": "https://github.com/harfbuzz/harfbuzz/archive/5.2.0.zip",
285+
"filename": "harfbuzz-5.2.0.zip",
286+
"dir": "harfbuzz-5.2.0",
287287
"build": [
288288
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
289289
cmd_nmake(target="clean"),

0 commit comments

Comments
 (0)