diff options
author | Jan Schmidt <jan@centricular.com> | 2017-06-20 21:01:45 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2017-06-20 21:01:45 +1000 |
commit | b61540fdeb9d904d42d0aceade5a70f2813f09e7 (patch) | |
tree | ec75f6fa2292ae29283d787bf7ee7153ac9f0def | |
parent | ea41f0fda8b09512c7ed2ded6543c37cd4c29382 (diff) |
Update to 1.12.11.12.1
-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 fc9efa01..dd62a960 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.0.1' + version = '1.12.1' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index f037c1d8..84b52c08 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.0.1' - commit = 'origin/1.12' + version = '1.12.1' + commit = '1.12.1' class GStreamer(GStreamerBase, recipe.Recipe): @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.12.0.1", + version = "1.12.1", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), |