diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-02-27 00:14:16 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-02-27 08:22:30 +0000 |
commit | 7e26bc9e322d0ca93ce7a9970815922a9d6c0306 (patch) | |
tree | e089d2ed0ce27eef222b795b3410b79807ab17b6 /recipes/gstreamer-1.0.recipe | |
parent | fb1f9e215b3ac9c3a85d1d3639f4e80e22e1b924 (diff) |
Build 1.15.2 release
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 91c4feb7..a49b0da4 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 = '780ae2347f9780fea264a602a7c04a87a43998188e7bd9c59afb4d7c864f3117' + tarball_checksum = '27a3211eb5c3f6929c5f123ffecaac0ea6e9ed6b93be879c033a7d5af13ad7e6' deps = ['glib'] files_bins = ['gst-inspect-1.0', |