diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-02-26 12:15:22 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-02-26 12:15:22 +0000 |
commit | e7ea3c20f5e8818bca744fd92308351a262adb8f (patch) | |
tree | 3f5b915f332271aec6c6476f8083c171d2a43c3f /recipes | |
parent | bf6cb31e052574f58e75ddda85420e4821a1c5da (diff) |
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1385>
Diffstat (limited to 'recipes')
-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 f3c0e1dd..8d0fa92d 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -21,8 +21,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.23.90' - tagged_for_release = True + version = '1.23.90.1' + tagged_for_release = False # Decide what stype to use use_git = True |