diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-08-21 00:14:26 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-08-21 00:14:26 +0100 |
commit | 642fa4377553c50614d539a4a34d5c102ca3aac7 (patch) | |
tree | 68e8687094a6d6d8ca59db974b2a2d191d67a2f1 /recipes/custom.py | |
parent | a233ee3d09f326a2b5877b58eae5ffa99edc5b07 (diff) |
Build 1.17.90 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 c9741eda..3c3a48b6 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.17.2.1' - tagged_for_release = False + version = '1.17.90' + tagged_for_release = True # Decide what stype to use use_git = True |