diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-03-17 23:35:12 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-03-17 23:35:36 +0000 |
commit | 2edeb772b1b3f43186f20a478e04667266591466 (patch) | |
tree | 6fe7b7b6675ae35feffcf938c960ef210c6947f5 | |
parent | 4705a322691a03f8a5f5b43577810136b0884c9e (diff) |
Back to 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 2c7ba5ab..e0be6fd2 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.13.91' + version = '1.13.91.1' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index c5f84190..000efe67 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,8 +12,8 @@ from cerbero.utils import shell, to_unixpath class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.13.91' - commit = '1.13.91' + version = '1.13.91.1' + commit = 'origin/master' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = '1.13.91', + version = '1.13.91.1', author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |