Skip to content

Commit 262e2aa

Browse files
committed
Updated harfbuzz to 2.6.8
1 parent 03d4f31 commit 262e2aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

winbuild/build_prepare.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ def cmd_msbuild(
251251
"libs": [r"*.lib"],
252252
},
253253
"harfbuzz": {
254-
"url": "https://github.com/harfbuzz/harfbuzz/archive/2.6.7.zip",
255-
"filename": "harfbuzz-2.6.7.zip",
256-
"dir": "harfbuzz-2.6.7",
254+
"url": "https://github.com/harfbuzz/harfbuzz/archive/2.6.8.zip",
255+
"filename": "harfbuzz-2.6.8.zip",
256+
"dir": "harfbuzz-2.6.8",
257257
"build": [
258258
cmd_cmake("-DHB_HAVE_FREETYPE:BOOL=TRUE"),
259259
cmd_nmake(target="clean"),

0 commit comments

Comments
 (0)