diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2023-06-22 19:41:38 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2023-06-22 19:41:38 +0100 |
commit | ec76a2bcf675df584c88aebac5098b90ac76c7c0 (patch) | |
tree | db6553ba3fe80601bcdcf14e07a850dfa9acf546 /recipes | |
parent | 235dcd7cad6e5e8d1c54422060fdfc6d3bc72518 (diff) |
Build 1.22 branch again
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 2170a57a..2c826215 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.4' - tagged_for_release = True + version = '1.22.4.1' + tagged_for_release = False # Decide what stype to use use_git = True |