diff options
-rw-r--r-- | recipes/glib.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 72f05c4b..74865e1a 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -17,7 +17,7 @@ GLIB_CONFIG_UNVERSAL='''\ class Recipe(recipe.Recipe): name = 'glib' - version = '2.36.1' + version = '2.36.4' licenses = [License.LGPLv2Plus] config_sh = 'sh autogen.sh' deps = ['libffi', 'zlib'] |