diff options
author | Jan Schmidt <jan@centricular.com> | 2017-04-28 19:37:57 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2017-04-28 19:37:57 +1000 |
commit | 4a65cc117c2b22f060887c5b2baacddcfb38b644 (patch) | |
tree | 1c7c82c6ec14c0ed9ebc87fc9f043cfaa886d97f /packages/custom.py | |
parent | ba4532ac941d8117823d818d11d100ebda0efa1b (diff) |
Update to 1.11.911.11.91
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 35b52e47..5ad14a9c 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.1' + version = '1.11.91' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' |