Skip to content

Commit

Permalink
Merge pull request #3991 from radarhere/freetype
Browse files Browse the repository at this point in the history
Updated freetype to 2.10.1
  • Loading branch information
radarhere committed Aug 18, 2019
2 parents 58dc0af + f377925 commit 0d6545c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winbuild/config.py
Expand Up @@ -35,9 +35,9 @@
"dir": "tiff-4.0.10",
},
"freetype": {
"url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.10.0.tar.gz", # noqa: E501
"filename": PILLOW_DEPENDS_DIR + "freetype-2.10.0.tar.gz",
"dir": "freetype-2.10.0",
"url": "https://download.savannah.gnu.org/releases/freetype/freetype-2.10.1.tar.gz", # noqa: E501
"filename": PILLOW_DEPENDS_DIR + "freetype-2.10.1.tar.gz",
"dir": "freetype-2.10.1",
},
"lcms": {
"url": SF_MIRROR + "/project/lcms/lcms/2.7/lcms2-2.7.zip",
Expand Down

0 comments on commit 0d6545c

Please sign in to comment.