Skip to content

Commit fcb87ec

Browse files
authored
Merge pull request #5808 from radarhere/harfbuzz
2 parents f671ec8 + 814680f commit fcb87ec

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
@@ -278,9 +278,9 @@ def cmd_msbuild(
278278
"libs": [r"imagequant.lib"],
279279
},
280280
"harfbuzz": {
281-
"url": "https://github.com/harfbuzz/harfbuzz/archive/3.0.0.zip",
282-
"filename": "harfbuzz-3.0.0.zip",
283-
"dir": "harfbuzz-3.0.0",
281+
"url": "https://github.com/harfbuzz/harfbuzz/archive/3.1.0.zip",
282+
"filename": "harfbuzz-3.1.0.zip",
283+
"dir": "harfbuzz-3.1.0",
284284
"build": [
285285
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
286286
cmd_nmake(target="clean"),

0 commit comments

Comments
 (0)