diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-08-15 11:42:58 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-08-15 11:42:58 +0200 |
commit | d128ec91843afd7a2ea5ce17d8ee7d5115558813 (patch) | |
tree | 2c9d468b8f4585f237d202c3361a835c67779364 | |
parent | 6bae2a0ddb0be11618f0aee802999708d7358f20 (diff) |
glib-tools: Update to 2.44.1
-rw-r--r-- | recipes/build-tools/glib-tools.recipe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe index b6381f0f..8361b05e 100644 --- a/recipes/build-tools/glib-tools.recipe +++ b/recipes/build-tools/glib-tools.recipe @@ -2,7 +2,7 @@ class Recipe(recipe.Recipe): name = 'glib-tools' - version = '2.44.0' + version = '2.44.1' stype = SourceType.TARBALL url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.44/glib-%(version)s.tar.xz' tarball_dirname = 'glib-%(version)s' @@ -21,7 +21,6 @@ class Recipe(recipe.Recipe): '../glib/0014-Don-t-use-AT_FDCWD-on-iOS-for-now.patch', '../glib/0015-Implementation-of-Cocoa-event-loop-integration-in-GM.patch', '../glib/0016-gio-Fix-build-on-Android-Lollipop.patch', - '../glib/0017-glib-gio-fix-redefine.patch' ] def prepare(self): |