diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2023-04-13 09:35:44 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2023-04-13 09:35:44 +0100 |
commit | cee8f9d0bbdc7d0ca306f65c94f1d6ba01876ffe (patch) | |
tree | 605e863f4ab92c9d442f13464fbb7b3e13391f5b /recipes | |
parent | 7faa2b39464753ccf5e1f884f1c74ca15dfd1def (diff) |
Build 1.22 branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1162>
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 51200d91..1ca906e9 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -19,8 +19,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.22.2' - tagged_for_release = True + version = '1.22.2.1' + tagged_for_release = False # Decide what stype to use use_git = True |