diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-29 16:50:22 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-29 16:50:22 +0200 |
commit | bd16baa039a631e14183d5c303bbec86f841c2ab (patch) | |
tree | bbc8827f9f69d4eb0e6f455624bc3a5214fc6227 | |
parent | fa61f322d74438b1f593edf70abaf2a01cc07164 (diff) |
gstreamer: Update versions to 1.10.21.10.2
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/custom.py b/packages/custom.py index 7501d9e9..5cbc5a94 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.10.1' + version = '1.10.2' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index de05a49e..5a1e8fa7 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamerBase: licenses = [License.LGPLv2Plus] version = '1.10' - commit = '1.10.1' + commit = '1.10.2' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.10.1", + version = "1.10.2", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |