diff options
-rw-r--r-- | recipes/build-tools/glib-tools.recipe | 2 | ||||
-rw-r--r-- | recipes/glib-networking.recipe | 4 | ||||
-rw-r--r-- | recipes/glib.recipe | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe index ef3f3397..36b382cd 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.34.2' + version = '2.44.0' licenses = [License.LGPLv2Plus] configure_sh = 'sh autogen.sh' deps = ['libffi', 'zlib'] diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe index 0b9d6047..c5152cf6 100644 --- a/recipes/glib-networking.recipe +++ b/recipes/glib-networking.recipe @@ -4,10 +4,10 @@ from cerbero.utils.shell import which class Recipe(recipe.Recipe): name = 'glib-networking' - version = '2.42.1' + version = '2.44.0' licenses = [License.LGPLv2Plus] stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.42/glib-networking-%(version)s.tar.xz' + url = 'http://ftp.gnome.org/pub/gnome/sources/glib-networking/2.44/glib-networking-%(version)s.tar.xz' autoreconf = True configure_options = "--without-ca-certificates --enable-more-warnings" deps = ['glib', 'gnutls'] diff --git a/recipes/glib.recipe b/recipes/glib.recipe index e1ff9854..584f7b6c 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -19,9 +19,9 @@ GLIB_CONFIG_UNVERSAL='''\ class Recipe(recipe.Recipe): name = 'glib' - version = '2.42.2' + version = '2.44.0' stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.42/glib-%(version)s.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.44/glib-%(version)s.tar.xz' licenses = [License.LGPLv2Plus] config_sh = 'sh autogen.sh' deps = ['libffi', 'zlib'] |