summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-07-20 12:36:07 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-07-20 14:06:17 +0100
commitedf59ba1fa377ddabfe175361294498f790d56cf (patch)
treef3ae61adb1b792a0e3fc09eae618bf1a7abe7c5a
parentc7138965a2501297576b3fe75c289ab9a691d924 (diff)
freetype: update to 2.11.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/718>
-rw-r--r--recipes/freetype.recipe6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/freetype.recipe b/recipes/freetype.recipe
index ca667c3a..66ba36be 100644
--- a/recipes/freetype.recipe
+++ b/recipes/freetype.recipe
@@ -3,11 +3,11 @@
class Recipe(recipe.Recipe):
name = 'freetype'
- version = '2.10.4'
+ version = '2.11.0'
stype = SourceType.TARBALL
url = 'savannah://.tar.xz'
- tarball_checksum = '86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784'
- licenses = [{License.FreeType: ['docs/LICENSE.TXT']}, License.GPLv2Plus]
+ tarball_checksum = '8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7'
+ licenses = [{License.FreeType: ['LICENSE.TXT']}, License.GPLv2Plus]
configure_tpl = "%(config-sh)s --prefix=%(prefix)s --libdir=%(libdir)s --with-harfbuzz=no"
deps = ['zlib', 'bzip2', 'libpng']