Skip to content

Commit fde3048

Browse files
authored
Update harfbuzz port from 2.8.1 to 3.2.0 (#16131)
My main motivation here is that it fixes a bunch of compiler warnings that otherwise generate a lot of noise when building this port.
1 parent 0582b66 commit fde3048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ports/harfbuzz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import os
77
import logging
88

9-
TAG = '2.8.1'
10-
HASH = 'c969ec1677f2f023c05698a226c96b23a815db732f1561d486b25b07c3663ea8192e49ee1253b7b623b43d713b9230df3265a47da6fd65378256ecada90c6ae4'
9+
TAG = '3.2.0'
10+
HASH = 'c9d88068d8017046842f444f02f31dbae109026ede943aaf265db5508de8b4b2be84203950f274a237f515bf7cbd361629d2032c6e8ee8f50354b430bba3a8ca'
1111

1212
deps = ['freetype']
1313

0 commit comments

Comments
 (0)