diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-02-16 15:06:51 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-02-16 15:06:51 +0000 |
commit | b393b0a67addcd11755e506242a6054f2ce809ff (patch) | |
tree | c1ca287619f8f2cb34e9e5a7d6bef033a3ef266c /recipes | |
parent | f26fbd03d86c0856062245e40a38eecdf5ad58a3 (diff) |
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1375>
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 d360480b..a9a2a301 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.2' - tagged_for_release = True + version = '1.23.2.1' + tagged_for_release = False # Decide what stype to use use_git = True |