diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-01-17 07:47:33 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-01-17 07:47:33 +0200 |
commit | 2085bd30fa96455d7a18d0d76e7541742d2ba6d9 (patch) | |
tree | b8b86d394704da1fbc8e8ad08263318678f23a5c | |
parent | 996095618fa01066655247e7322afdab90c21b3a (diff) |
gstreamer: Update to 1.11.1.1/master
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 4 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/custom.py b/packages/custom.py index d453c47c..f95ed5cc 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.1' + version = '1.11.1.1' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index b1bf82e0..62715f87 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -13,8 +13,8 @@ from cerbero.utils import shell, to_unixpath class GStreamerBase: licenses = [License.LGPLv2Plus] - version = '1.11.1' - commit = '1.11.1' + version = '1.11.1.1' + commit = 'origin/master' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.11.1", + version = "1.11.1.1", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |