diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2022-11-28 11:50:40 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2022-11-28 11:50:40 +0200 |
commit | bf846931a3bdf8a6455f8569b9b6481d773a0457 (patch) | |
tree | 0fda4f488856ad0d7ae8cc7c981825694c1ccdc6 | |
parent | fe261acb4871cbc9737dce7053511c61573deed9 (diff) |
gst-plugins-rs: Update version to 0.9.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1031>
-rw-r--r-- | recipes/gst-plugins-rs.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-rs.recipe b/recipes/gst-plugins-rs.recipe index 2291ea9e..9d57ed42 100644 --- a/recipes/gst-plugins-rs.recipe +++ b/recipes/gst-plugins-rs.recipe @@ -3,7 +3,7 @@ from custom import GStreamer class Recipe(recipe.Recipe): name = 'gst-plugins-rs' - version = '0.9.1' + version = '0.9.2' stype = SourceType.GIT remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/%(name)s.git'} if GStreamer.tagged_for_release: |