diff options
author | Jan Schmidt <jan@centricular.com> | 2017-05-05 15:38:45 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2017-05-05 15:38:45 +1000 |
commit | c45d95ab926ab955e86df6faa2c99366d312259e (patch) | |
tree | 2d449a26da1318902b1c32b5e3a2582b99447f2f | |
parent | 4a65cc117c2b22f060887c5b2baacddcfb38b644 (diff) |
Update to 1.12.01.12.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 5ad14a9c..0f6afc23 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.91' + version = '1.12.0' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index fb9937d8..7a6daded 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.91' - commit = '1.11.91' + version = '1.12.0' + commit = '1.12.0' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.11.91", + version = "1.12.0", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |