summaryrefslogtreecommitdiff
path: root/packages/custom.py
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-04-12 02:41:44 +1000
committerJan Schmidt <jan@centricular.com>2017-04-12 02:41:44 +1000
commit2333f224182a000b281cfdefc659a3fa9fb355ae (patch)
tree5887fc8c0a28d5c6b3009eedf5bdca29001e7487 /packages/custom.py
parenta4b6a4144119619e713b1cc99d7e69514e769045 (diff)
GStreamer: Back to git master / 1.11.90.1 build
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 e10492ef..35b52e47 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.11.90'
+ version = '1.11.90.1'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'