summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-24 15:43:38 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-24 15:43:38 +0200
commit55c951f3bd28d3f8dd4a71014641b4add17cc329 (patch)
tree4abb241ff81fa9a3370c2954902e44fb8175da77
parentff523b5c1558ece76236d6a547313b19bc1caaab (diff)
gstreamer: Update versions to 1.11.21.11.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 f95ed5cc..1f7d0eac 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.1.1'
+ version = '1.11.2'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 62715f87..6c40a810 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.1.1'
- commit = 'origin/master'
+ version = '1.11.2'
+ commit = '1.11.2'
class GStreamer(GStreamerBase, recipe.Recipe):
diff --git a/setup.py b/setup.py
index c9a71733..c4106396 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = "1.11.1.1",
+ version = "1.11.2",
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),