summaryrefslogtreecommitdiff
path: root/recipes/pango.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-13 12:29:19 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-13 12:29:19 +0200
commit466db82d1e07fa6397fa042bdecc69f7e293fd29 (patch)
treec43597c7a6ecca1e3487bff64afb39b046088713 /recipes/pango.recipe
parentf1292df50ac07d932b057cce207ae441e2d7ac55 (diff)
pango: Update to 1.40.3
Diffstat (limited to 'recipes/pango.recipe')
-rw-r--r--recipes/pango.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pango.recipe b/recipes/pango.recipe
index 94125430..4de4c72a 100644
--- a/recipes/pango.recipe
+++ b/recipes/pango.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'pango'
- version = '1.38.1'
+ version = '1.40.3'
stype = SourceType.TARBALL
- url = 'http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.38/pango-%(version)s.tar.xz'
+ url = 'http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.40/pango-%(version)s.tar.xz'
autoreconf = True
autoreconf_sh = 'ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" autoreconf -ivf '
licenses = [License.LGPLv2Plus]