diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-01 21:56:53 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-01 21:56:53 +0200 |
commit | 66ca0b4a059811df280ae849137e71bcad313e60 (patch) | |
tree | 20b75131fbd9a9ce5d9b1bde0cc9c6209b96d023 | |
parent | a05feb005ff3bc56beb704c0b1ed435219ca5876 (diff) |
Update versions to 1.10.0
-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 31b353a1..4ce8a755 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.9.90' + version = '1.10.0' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 54026de2..763c18d8 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.9' - commit = 'origin/master' + version = '1.10' + commit = '1.10.0' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.9.90", + version = "1.10.0", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |