From 0499deb9099ecb5a9942ab632e1e90fe8e08f195 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 6 May 2017 22:25:48 +1000 Subject: Reset back to tracking git master --- packages/custom.py | 2 +- recipes/custom.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/custom.py b/packages/custom.py index 0f6afc23..fc9efa01 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' + version = '1.12.0.1' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 7a6daded..004d6df3 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' - commit = '1.12.0' + version = '1.12.0.1' + commit = 'origin/master' class GStreamer(GStreamerBase, recipe.Recipe): diff --git a/setup.py b/setup.py index 208428b6..b40d8fca 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist): setup( name = "cerbero", - version = "1.12.0", + version = "1.12.0.1", author = "Andoni Morales", author_email = "amorales@fluendo.com", description = ("Multi platform build system for Open Source projects"), -- cgit v1.2.3