diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-01-30 16:49:39 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-01-30 16:49:39 +0200 |
commit | 60f0099b64e8aa93d31202c1c3fd74db0076ad72 (patch) | |
tree | 1f0e9ece5f97db9dd70e2b60c452c2c153683d10 | |
parent | b22b6cd22681cf6b879254255cf377f2da6e42b0 (diff) |
gstreamer: Update versions to 1.10.3
-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 5cbc5a94..fc1b9c8a 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.2' + version = '1.10.3' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 1f090dda..d6ec5d69 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamerBase: licenses = [License.LGPLv2Plus] version = '1.10' - commit = 'origin/1.10' + commit = '1.10.3' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.10.2", + version = "1.10.3", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |