summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-04-28 19:37:57 +1000
committerJan Schmidt <jan@centricular.com>2017-04-28 19:37:57 +1000
commit4a65cc117c2b22f060887c5b2baacddcfb38b644 (patch)
tree1c7c82c6ec14c0ed9ebc87fc9f043cfaa886d97f
parentba4532ac941d8117823d818d11d100ebda0efa1b (diff)
Update to 1.11.911.11.91
-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 35b52e47..5ad14a9c 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.90.1'
+ version = '1.11.91'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 72ea28f1..fb9937d8 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.90.1'
- commit = 'origin/master'
+ version = '1.11.91'
+ commit = '1.11.91'
class GStreamer(GStreamerBase, recipe.Recipe):
diff --git a/setup.py b/setup.py
index 0e3e07d8..c1bed48a 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = "1.11.90.1",
+ version = "1.11.91",
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),