summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 90326e54..3f97d89a 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.14.2'
+ version = '1.14.3'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index ece97c18..e52367c9 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -12,9 +12,9 @@ from cerbero.utils import shell, to_unixpath
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
- version = '1.14.2'
+ version = '1.14.3'
# Change to tag when making a release, then back to branch
- commit = 'origin/1.14'
+ commit = '1.14.3'
def list_gstreamer_1_0_plugins_by_category(config):
cookbook = CookBook(config)
diff --git a/setup.py b/setup.py
index d5d46d5e..474301e9 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = '1.14.2',
+ version = '1.14.3',
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),