diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2021-09-10 23:58:17 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2021-09-10 23:58:17 +0100 |
commit | 7b43c300fc5859edba91323e15ec96dc54e55c9b (patch) | |
tree | a837d8dac518afaaafab3b3284e424141f6a4af5 /recipes/custom.py | |
parent | 5380699b64d1c2bdddccfb8bd4a90c7852431189 (diff) |
Back to development
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 ad689e31..96b39346 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' - tagged_for_release = True + version = '1.18.5.1' + tagged_for_release = False # Decide what stype to use use_git = True |