diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2022-02-01 14:05:25 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-02-01 14:05:25 +0000 |
commit | f070a43ec4c1ff950a6f588da2cd8cea6db9f583 (patch) | |
tree | 30d57fa4b9c2a178a269efe3e310977436422b37 /recipes/custom.py | |
parent | 5dc5688fa332105120f4d212cf227e7046276a61 (diff) |
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/793>
Diffstat (limited to 'recipes/custom.py')
-rw-r--r-- | recipes/custom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/custom.py b/recipes/custom.py index 68a4d9db..375ccf76 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,8 +12,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.19.90' - tagged_for_release = True + version = '1.19.90.1' + tagged_for_release = False # Decide what stype to use use_git = True |