diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2022-02-02 17:07:15 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-02-02 17:07:15 +0000 |
commit | 25fc33a017fa71eb4bc344916dcb81db28e8081e (patch) | |
tree | 40b2c37721818d527bf7a4bef332396b50979cdb /recipes/custom.py | |
parent | 6661de5af63fca54d615881678543135ea8e58ad (diff) |
Build 1.18.6 release
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 96b39346..e59322bd 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,8 +12,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.18.5.1' - tagged_for_release = False + version = '1.18.6' + tagged_for_release = True # Decide what stype to use use_git = True |