summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-07-14 21:46:16 +1000
committerJan Schmidt <jan@centricular.com>2017-07-14 21:46:16 +1000
commit08219219867d7130286b68110f0461f7729cb067 (patch)
tree545fbb5755eb8646e03740374926a15b58859d3e
parentc430854e4ecbb01a125f95fa468e7fe1d595fda1 (diff)
Update to 1.12.21.12.2
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py4
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/custom.py b/packages/custom.py
index 68a44aa6..04ce805d 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.1.1'
+ version = '1.12.2'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 416cdaea..31060748 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.1.1
- commit = 'origin/1.12'
+ version = '1.12.2'
+ commit = '1.12.2'
class GStreamer(GStreamerBase, recipe.Recipe):
diff --git a/setup.py b/setup.py
index 0f1d88f1..183ca9d4 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = "1.12.1",
+ version = "1.12.2",
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),