diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-11-16 14:39:01 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-11-17 13:18:08 +0100 |
commit | ee6df57b4e80847c58d6c39b05a22afa80a3a6d7 (patch) | |
tree | 5a529862bc182af11523a41c87ce296136c9fc19 /recipes/gobject-introspection.recipe | |
parent | 06e74afb7d4d253392ab3067f0985f4e69162088 (diff) |
Update Gtk, pango, gobject-introspection and pygobject to latest releases
Diffstat (limited to 'recipes/gobject-introspection.recipe')
-rw-r--r-- | recipes/gobject-introspection.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gobject-introspection.recipe b/recipes/gobject-introspection.recipe index 89faf22e..1e10feb8 100644 --- a/recipes/gobject-introspection.recipe +++ b/recipes/gobject-introspection.recipe @@ -5,9 +5,9 @@ import sys class Recipe(recipe.Recipe): name = 'gobject-introspection' - version = '1.44.0' + version = '1.46.0' stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.46/gobject-introspection-%(version)s.tar.xz' licenses = [License.GPLv2Plus] autoreconf = True autoreconf_sh = 'gtkdocize && autoreconf -vfi' |