summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-01-14 02:02:03 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-01-14 02:02:03 +0000
commit7ca79b895fb0768ee52a1de5f9dd386b567c2434 (patch)
treebd95f8c6de27e19f68be31239bd63282bce7cc81 /packages
parentd4d936ac6f94ed789815af89770a9162063fead0 (diff)
Build 1.18.3 release
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 ca1b5546..c6ed1517 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.18.2.1'
+ version = '1.18.3'
vendor = 'GStreamer Project'
licenses = [License.LGPLv2Plus]
org = 'org.freedesktop.gstreamer'