Skip to content

Commit 14169c5

Browse files
authored
Merge pull request #6397 from radarhere/harfbuzz
Updated harfbuzz to 4.4.0
2 parents 60f0b7e + 3558f4e commit 14169c5

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

0 commit comments

Comments
 (0)