diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 13:10:35 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 13:10:35 +0200 |
commit | 96b6b33cd851416cdec8a8918601d9be96269bb7 (patch) | |
tree | 55e222ab9eeff04777b81652366071d158ea7552 | |
parent | 470b6ae691ac13174cbcc514d5eb77660e3f4ecc (diff) |
build-tools/vala-m4: Update to 0.29.3
-rw-r--r-- | recipes/build-tools/vala-m4.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/vala-m4.recipe b/recipes/build-tools/vala-m4.recipe index b4aea0d0..00f5495e 100644 --- a/recipes/build-tools/vala-m4.recipe +++ b/recipes/build-tools/vala-m4.recipe @@ -9,7 +9,7 @@ class Recipe(recipe.Recipe): """ name = 'vala-m4' _name = 'vala' - version = '0.26.2' + version = '0.29.3' stype = SourceType.TARBALL maj_ver = '.'.join(version.split('.')[0:2]) url = 'http://ftp.gnome.org/pub/GNOME/sources/{0}/{2}/{0}-{1}.tar.xz' |