Skip to content

Commit 0a4c6ab

Browse files
authored
Merge pull request #6669 from radarhere/harfbuzz
Updated harfbuzz to 5.3.1
2 parents 343f10a + b67806a commit 0a4c6ab

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

0 commit comments

Comments
 (0)