diff options
Diffstat (limited to 'recipes/gst-editing-services-1.0.recipe')
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index 61f0559d..8cb3dd8d 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -4,7 +4,7 @@ from cerbero.utils import shell class Recipe(custom.GStreamer): name = 'gst-editing-services-1.0' btype = BuildType.MESON - tarball_checksum = '4daef0d4875415ea262f7fb1287d4a33939a9594f3c1e661f8587ab00f7000a8' + tarball_checksum = 'e93cb3f1896565c57defa72758e49b6eb6685e0f804abd184f395c94822a3927' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-devtools-1.0'] files_bins = ['ges-launch-1.0'] |