diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-08-21 00:14:26 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-08-21 00:14:26 +0100 |
commit | 642fa4377553c50614d539a4a34d5c102ca3aac7 (patch) | |
tree | 68e8687094a6d6d8ca59db974b2a2d191d67a2f1 /packages/custom.py | |
parent | a233ee3d09f326a2b5877b58eae5ffa99edc5b07 (diff) |
Build 1.17.90 release
Diffstat (limited to 'packages/custom.py')
-rw-r--r-- | packages/custom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/custom.py b/packages/custom.py index e2348202..6174ca29 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.17.2.1' + version = '1.17.90' vendor = 'GStreamer Project' licenses = [License.LGPLv2Plus] org = 'org.freedesktop.gstreamer' |