summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-10-05 15:45:49 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-10-05 15:45:49 +0100
commitbc39f2fd7496c7917092c5a2e62dbfeaf4be2c72 (patch)
tree428d07a337c922be4cd780307033e57da0a07ddb /packages
parentcfc488a439a33c44b855f9a3e2ed87aefeaea2ca (diff)
Build main branch again
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/958>
Diffstat (limited to 'packages')
-rw-r--r--packages/custom.py2
1 files changed, 1 insertions, 1 deletions
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'