diff options
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' |