summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-03-04 15:51:51 +0000
committerTim-Philipp Müller <tim@centricular.com>2023-03-04 15:54:50 +0000
commit1d3138ebcdd54bc211084885d438a38b5945f7e0 (patch)
tree1f0ba04a93995bc3674b08936a00926754c07fd9 /packages
parent8eaa4117a677b2a04b8f0dddbbfda19fa54688ec (diff)
Build 1.22.1 release1.22.1
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 eee5dfb0..3f6c2b9b 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.22.0.1'
+ version = '1.22.1'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'