diff options
Diffstat (limited to 'recipes/libcroco.recipe')
-rw-r--r-- | recipes/libcroco.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libcroco.recipe b/recipes/libcroco.recipe index 51ea0c1c..a84e3567 100644 --- a/recipes/libcroco.recipe +++ b/recipes/libcroco.recipe @@ -7,6 +7,7 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL maj_ver = '.'.join(version.split('.')[0:2]) url = 'https://download.gnome.org/sources/{0}/{1}/{0}-{2}.tar.xz'.format(name, maj_ver, version) + tarball_checksum = 'ddc4b5546c9fb4280a5017e2707fbd4839034ed1aba5b7d4372212f34f84f860' deps = ['libxml2', 'glib', 'gdk-pixbuf'] files_libs = ['libcroco-0.6'] |