diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-07-20 11:10:49 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-07-20 11:10:49 +0100 |
commit | f8135628e97c9cece937a43b45425a92917ff7e8 (patch) | |
tree | b7663060000eeaf9f79f5405e8e81ed8105db62e | |
parent | 46bd89a55f9ee9923e1397630c52c3b1e4c63c64 (diff) |
Build 1.14.2 release
-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 84c463b4..90326e54 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.14.1' + version = '1.14.2' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index e988b748..3f8f1066 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.14.1' - commit = '1.14.1' + version = '1.14.2' + commit = '1.14.2' 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.14.1', + version = '1.14.2', author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |