Skip to content

Commit 53a8e74

Browse files
committed
Updated harfbuzz to 4.2.1
1 parent dd7cbde commit 53a8e74

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
@@ -280,9 +280,9 @@ def cmd_msbuild(
280280
"libs": [r"imagequant.lib"],
281281
},
282282
"harfbuzz": {
283-
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.2.0.zip",
284-
"filename": "harfbuzz-4.2.0.zip",
285-
"dir": "harfbuzz-4.2.0",
283+
"url": "https://github.com/harfbuzz/harfbuzz/archive/4.2.1.zip",
284+
"filename": "harfbuzz-4.2.1.zip",
285+
"dir": "harfbuzz-4.2.1",
286286
"build": [
287287
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
288288
cmd_nmake(target="clean"),

0 commit comments

Comments
 (0)