diff options
Diffstat (limited to 'recipes/custom.py')
-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 b55aceb8..2cef8553 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.10.1' - tagged_for_release = False + version = '1.22.11' + tagged_for_release = True # Decide what stype to use use_git = True |