summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-23 16:28:48 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-23 16:28:48 +0200
commita4eb81dcf3dcda659a82b6c4027a9fa8c5eed9fc (patch)
tree609e868cc6a3dfba6aff3302277c114cd5acac28
parentcefbc4e1e0f3c80a42c1afcd02d3654272fa9bbb (diff)
gstreamer: Update to 1.10.41.10.4
-rw-r--r--packages/custom.py2
-rw-r--r--recipes/custom.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/custom.py b/packages/custom.py
index fc1b9c8a..c2f2cc9e 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.10.3'
+ version = '1.10.4'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 1f090dda..ce272dcf 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -14,7 +14,7 @@ class GStreamerBase:
licenses = [License.LGPLv2Plus]
version = '1.10'
- commit = 'origin/1.10'
+ commit = '1.10.4'
class GStreamer(GStreamerBase, recipe.Recipe):
diff --git a/setup.py b/setup.py
index 5caa7792..bc8f1de1 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = "1.10.3",
+ version = "1.10.4",
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),