summaryrefslogtreecommitdiff
path: root/recipes/custom.py
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-09-10 23:58:17 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-09-10 23:58:17 +0100
commit7b43c300fc5859edba91323e15ec96dc54e55c9b (patch)
treea837d8dac518afaaafab3b3284e424141f6a4af5 /recipes/custom.py
parent5380699b64d1c2bdddccfb8bd4a90c7852431189 (diff)
Back to development
Diffstat (limited to 'recipes/custom.py')
-rw-r--r--recipes/custom.py4
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