summaryrefslogtreecommitdiff
path: root/recipes/openh264.recipe
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-09-19 18:15:05 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-09-19 20:20:39 +0530
commit79492846b5f5b543c75d30285492814eba6ad3c8 (patch)
treeeeac1c6d6a730e3265d6b5627aff762775827e0b /recipes/openh264.recipe
parentbdc074c80a8e0baa08b96ab3e7eb243ee6417042 (diff)
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
Diffstat (limited to 'recipes/openh264.recipe')
-rw-r--r--recipes/openh264.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/openh264.recipe b/recipes/openh264.recipe
index 80a25531..8c7fe6f2 100644
--- a/recipes/openh264.recipe
+++ b/recipes/openh264.recipe
@@ -7,6 +7,7 @@ class Recipe(recipe.Recipe):
name = 'openh264'
version = '1.7.0'
url = 'https://github.com/cisco/%(name)s/archive/v%(version)s.tar.gz'
+ tarball_checksum = '9c07c38d7de00046c9c52b12c76a2af7648b70d05bd5460c8b67f6895738653f'
stype = SourceType.TARBALL
btype = BuildType.MAKEFILE
licenses = [License.BSD]