diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2022-10-05 15:45:49 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-10-05 15:45:49 +0100 |
commit | bc39f2fd7496c7917092c5a2e62dbfeaf4be2c72 (patch) | |
tree | 428d07a337c922be4cd780307033e57da0a07ddb | |
parent | cfc488a439a33c44b855f9a3e2ed87aefeaea2ca (diff) |
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/958>
-rw-r--r-- | cerbero/enums.py | 2 | ||||
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cerbero/enums.py b/cerbero/enums.py index 841ba14d..0aaf47b2 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.21.1' +CERBERO_VERSION = '1.21.1.1' class Platform: ''' Enumeration of supported platforms ''' diff --git a/packages/custom.py b/packages/custom.py index 503c63f1..35a3f253 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.21.1' + version = '1.21.1.1' vendor = 'GStreamer Project' licenses = [License.LGPLv2Plus] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index df13bc07..974980a7 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -19,8 +19,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.21.1' - tagged_for_release = True + version = '1.21.1.1' + tagged_for_release = False # Decide what stype to use use_git = True |