summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-12-21 13:15:36 +0000
committerTim-Philipp Müller <tim@centricular.com>2022-12-21 13:15:36 +0000
commit589b3da817d8833c9090280b368c27c58bdd927b (patch)
treeb905336c66898d04836a8a314da844edb1a0c6a9
parent1dc6b0603557d0f8cee5b93dd94ac2e391467d7c (diff)
Build 1.20 branch again
-rw-r--r--cerbero/enums.py2
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py
index 9965a490..124bab85 100644
--- a/cerbero/enums.py
+++ b/cerbero/enums.py
@@ -20,7 +20,7 @@ from cerbero.errors import FatalError
# Safest place to define this since this file imports very few modules
-CERBERO_VERSION = '1.20.5'
+CERBERO_VERSION = '1.20.5.1'
class Platform:
''' Enumeration of supported platforms '''
diff --git a/packages/custom.py b/packages/custom.py
index ab1d8047..d118cb8d 100644
--- a/packages/custom.py
+++ b/packages/custom.py
@@ -6,7 +6,7 @@ from cerbero.enums import License
class GStreamer:
url = "http://gstreamer.freedesktop.org"
- version = '1.20.5'
+ version = '1.20.5.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 545f8610..3e32f092 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.20.5'
- tagged_for_release = True
+ version = '1.20.5.1'
+ tagged_for_release = False
# Decide what stype to use
use_git = True