diff options
author | Bradley Sepos <[email protected]> | 2017-12-14 03:19:50 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-12-16 11:59:24 -0500 |
commit | fe7f2087d639cd4ac9fe8e718e1340e287501f5d (patch) | |
tree | 5e9ebe460bb835c1b2004c5e791178cac9e45d7d /contrib | |
parent | 56cfabf2fc5bd931c94b4cebf4dc51c10ad21a22 (diff) |
contrib: Update to freetype 2.8.1.
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 64f45b3fe..7954ecff1 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.8.tar.bz2 -FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.8.tar.bz2 -FREETYPE.FETCH.sha256 = a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b +FREETYPE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/freetype-2.8.1.tar.bz2 +FREETYPE.FETCH.url += https://download.savannah.gnu.org/releases/freetype/freetype-2.8.1.tar.bz2 +FREETYPE.FETCH.sha256 = e5435f02e02d2b87bb8e4efdcaa14b1f78c9cf3ab1ed80f94b6382fb6acc7d78 FREETYPE.CONFIGURE.extra = --with-harfbuzz=no --with-png=no |