diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2021-03-15 19:21:41 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2021-03-15 19:21:41 +0000 |
commit | 1a09a4062a7382126a182d8338b6a5afe333bacf (patch) | |
tree | 4c0112e4b03ecb52146636ae2a3f5eea90c0113f /recipes/gstreamer-1.0.recipe | |
parent | 8bacbb6d661d67f93497d21342e59410fea0f842 (diff) |
Build 1.18.4 release1.18.4
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/687>
Diffstat (limited to 'recipes/gstreamer-1.0.recipe')
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index d307ba46..4114d02a 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -4,7 +4,7 @@ import shutil class Recipe(custom.GStreamer): name = 'gstreamer-1.0' btype = BuildType.MESON - tarball_checksum = '0c2e09e18f2df69a99b5cb3bd53c597b3cc2e35cf6c98043bb86a66f3d312100' + tarball_checksum = '9aeec99b38e310817012aa2d1d76573b787af47f8a725a65b833880a094dfbc5' deps = ['glib'] bash_completions = ['gst-inspect-1.0', 'gst-launch-1.0'] |