summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-08-27 12:34:09 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-08-27 12:34:09 +0200
commit8f8fc1a06999fef34ac9f1c6d645cfc94cbe8e6f (patch)
tree21c7a05b20d907689fe7124057781b9ad3f70d8b
parent86d32a92fa9bd688a1320d1b5141ce5c44740f5d (diff)
glib: Update to 2.36.4
-rw-r--r--recipes/glib.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index 72f05c4..74865e1 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']