diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-03-28 14:35:23 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-03-29 00:29:09 +0100 |
commit | add3b42843f19bff6ea780c59ccb84bf285f3ba6 (patch) | |
tree | 20227fbc246cc2a3ac1a93047ea09ad1076f4a39 | |
parent | 386fb3c9906ef4e179f63701d016797a99d4c776 (diff) |
Build 1.12.5 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 6e16271e..96127ed8 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.12.4.1' + version = '1.12.5' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 74bdc954..4ed2be19 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.12.4.1' - commit = 'origin/1.12' + version = '1.12.5' + commit = '1.12.5' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.12.4", + version = '1.12.5', author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |