summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-08-16 13:13:25 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-08-16 13:13:25 +0200
commit63030a1e5fa6e121a33603756f5d30abfa635fb7 (patch)
tree3a6c6331b4a6815ce80c3195073a5c691fc5be7e
parent179fdc3ac9e59ed4ab7eb80799c9ae52f63d4059 (diff)
recipes/freetype: Update to 2.6
-rw-r--r--recipes/freetype.recipe4
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']