diff options
author | Bradley Sepos <[email protected]> | 2017-07-10 15:59:09 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-07-22 14:08:11 -0400 |
commit | 1e3775171d198e15ebe1e6955cfca132dca0bdda (patch) | |
tree | 45e12df2fbd2c47cb2f3745c48accb43f5ee4ab7 /contrib | |
parent | 3f345853a7573dcc719352b61160250e52015dc2 (diff) |
contrib: Update to FreeType 2.8.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/freetype/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/freetype/module.defs b/contrib/freetype/module.defs index 31fa0cc0f..64f45b3fe 100644 --- a/contrib/freetype/module.defs +++ b/contrib/freetype/module.defs @@ -2,8 +2,8 @@ __deps__ := BZIP ZLIB $(eval $(call import.MODULE.defs,FREETYPE,freetype,$(__deps__))) $(eval $(call import.CONTRIB.defs,FREETYPE)) -FREETYPE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/freetype-2.6.5.tar.bz2 -FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.6.5.tar.bz2 -FREETYPE.FETCH.sha256 = e20a6e1400798fd5e3d831dd821b61c35b1f9a6465d6b18a53a9df4cf441acf0 +FREETYPE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/freetype-2.8.tar.bz2 +FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.8.tar.bz2 +FREETYPE.FETCH.sha256 = a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b FREETYPE.CONFIGURE.extra = --with-harfbuzz=no --with-png=no |