diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-04-13 10:50:47 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-04-13 10:50:47 +0100 |
commit | 6555da503183057ed033f44c414ba2b9d99c6407 (patch) | |
tree | a7d1c4933f469e3aeb81c50ca34e712370ba0c3c /recipes | |
parent | 64531cf9aef27acea3937dcce3a2ad134f310441 (diff) |
Build 1.24 branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1452>
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 ab7f9803..446b7da2 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.2' - tagged_for_release = True + version = '1.24.2.1' + tagged_for_release = False # Decide what stype to use use_git = True |