summaryrefslogtreecommitdiff
path: root/packages/custom.py
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-08-21 00:14:26 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-08-21 00:14:26 +0100
commit642fa4377553c50614d539a4a34d5c102ca3aac7 (patch)
tree68e8687094a6d6d8ca59db974b2a2d191d67a2f1 /packages/custom.py
parenta233ee3d09f326a2b5877b58eae5ffa99edc5b07 (diff)
Build 1.17.90 release
Diffstat (limited to 'packages/custom.py')
-rw-r--r--packages/custom.py2
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'