diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-08 16:28:21 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-08 16:28:21 +0200 |
commit | aba2052dcb9f62151f6d3e693c4503439063c640 (patch) | |
tree | 14b0247eacade26d2827289f78deb1b28a4ec4c7 | |
parent | 6daee504db8c1d3491ed4d35252abbcb7e70568e (diff) |
libcroco: Update to 0.6.11
-rw-r--r-- | recipes/libcroco.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libcroco.recipe b/recipes/libcroco.recipe index 17ce2e28..603df952 100644 --- a/recipes/libcroco.recipe +++ b/recipes/libcroco.recipe @@ -2,10 +2,10 @@ class Recipe(recipe.Recipe): name = 'libcroco' - version = '0.6.8' + version = '0.6.11' licenses = [License.LGPLv2_1] stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/libcroco-0.6.8.tar.xz' + url = 'http://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/libcroco-0.6.11.tar.xz' deps = ['libxml2', 'glib', 'gdk-pixbuf'] files_libs = ['libcroco-0.6'] |