diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-03-23 11:00:55 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-03-23 11:00:55 +0000 |
commit | f30584f417e28def0a6d714cdba13c1fff332835 (patch) | |
tree | 5b56474b5205e7f9737dfdaa16cca306285738ab /recipes | |
parent | 613335f5dbb42725cbce03706df18391838ad93a (diff) |
Build 1.24 branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1426>
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 142900f1..dfe728b8 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.24.1' - tagged_for_release = True + version = '1.24.1.1' + tagged_for_release = False # Decide what stype to use use_git = True |