Skip to content

Commit a230d23

Browse files
committed
Updated Freetype to 2.10.2
1 parent d23df72 commit a230d23

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include
171171
set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32
172172
set BUILD=%GITHUB_WORKSPACE%\winbuild\build
173-
cd /D %BUILD%\freetype-2.10.1
173+
cd /D %BUILD%\freetype-2.10.2
174174
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }}
175175
echo on
176176
rmdir /S /Q objs

winbuild/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"dir": "tiff-4.1.0",
4141
},
4242
"freetype": {
43-
"url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.10.1.tar.gz", # noqa: E501
44-
"filename": "freetype-2.10.1.tar.gz",
45-
"dir": "freetype-2.10.1",
43+
"url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.10.2.tar.gz", # noqa: E501
44+
"filename": "freetype-2.10.2.tar.gz",
45+
"dir": "freetype-2.10.2",
4646
},
4747
"lcms-2.7": {
4848
"url": SF_MIRROR + "/project/lcms/lcms/2.7/lcms2-2.7.zip",

0 commit comments

Comments
 (0)