diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 13:13:25 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 13:13:25 +0200 |
commit | 63030a1e5fa6e121a33603756f5d30abfa635fb7 (patch) | |
tree | 3a6c6331b4a6815ce80c3195073a5c691fc5be7e | |
parent | 179fdc3ac9e59ed4ab7eb80799c9ae52f63d4059 (diff) |
recipes/freetype: Update to 2.6
-rw-r--r-- | recipes/freetype.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freetype.recipe b/recipes/freetype.recipe index e4f5834c..bb94a41d 100644 --- a/recipes/freetype.recipe +++ b/recipes/freetype.recipe @@ -3,9 +3,9 @@ class Recipe(recipe.Recipe): name = 'freetype' - version = '2.5.5' + version = '2.6' stype = SourceType.TARBALL - url = 'http://download.savannah.gnu.org/releases/freetype/freetype-2.5.5.tar.bz2' + url = 'http://download.savannah.gnu.org/releases/freetype/freetype-2.6.tar.bz2' licenses = [License.FreeType] configure_tpl = "%(config-sh)s --prefix=%(prefix)s --libdir=%(libdir)s" deps = ['zlib', 'bzip2', 'libpng'] |