Skip to content

Commit eb51f6a

Browse files
authored
Merge pull request #5128 from radarhere/harfbuzz
Updated harfbuzz to 2.7.3
2 parents ff9715f + 645b106 commit eb51f6a

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
@@ -275,9 +275,9 @@ def cmd_msbuild(
275275
"libs": [r"*.lib"],
276276
},
277277
"harfbuzz": {
278-
"url": "https://github.com/harfbuzz/harfbuzz/archive/2.7.2.zip",
279-
"filename": "harfbuzz-2.7.2.zip",
280-
"dir": "harfbuzz-2.7.2",
278+
"url": "https://github.com/harfbuzz/harfbuzz/archive/2.7.3.zip",
279+
"filename": "harfbuzz-2.7.3.zip",
280+
"dir": "harfbuzz-2.7.3",
281281
"build": [
282282
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
283283
cmd_nmake(target="clean"),

0 commit comments

Comments
 (0)