From 79492846b5f5b543c75d30285492814eba6ad3c8 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 19 Sep 2018 18:15:05 +0530 Subject: recipes: Add tarball checksums for all recipes This should cover all recipes; even those that aren't built by default https://bugzilla.gnome.org/show_bug.cgi?id=797177 --- recipes/opus.recipe | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/opus.recipe') diff --git a/recipes/opus.recipe b/recipes/opus.recipe index 40fa79ab..0c40a690 100644 --- a/recipes/opus.recipe +++ b/recipes/opus.recipe @@ -7,6 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.BSD_like] stype = SourceType.TARBALL url = 'https://downloads.xiph.org/releases/{0}/{0}-{1}.tar.gz'.format(name, version) + tarball_checksum = 'cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732' files_libs = ['libopus'] files_devel = ['include/opus', 'lib/pkgconfig/opus.pc'] -- cgit v1.2.3