diff options
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 097ecbdc..9ffe6152 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -17,9 +17,9 @@ GLIB_CONFIG_UNVERSAL='''\ class Recipe(recipe.Recipe): name = 'glib' - version = '2.38.0' + version = '2.38.2' stype = SourceType.TARBALL - url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.38/glib-2.38.0.tar.xz' + url = 'http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.38/glib-2.38.2.tar.xz' licenses = [License.LGPLv2Plus] config_sh = 'sh autogen.sh' deps = ['libffi', 'zlib'] |