summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-06-01 00:00:12 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-06-01 00:00:12 +0100
commit34782c393a579920cf559613aeb1507556472f53 (patch)
tree8f6fdf0484931f8899d26cd6e52989e1a4fd1ec4
parentc8201838e38d3babb0f22bf47415ee4c98482e0a (diff)
Build 1.14.5 release
-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 c4ff6073..eec33951 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.4'
+ version = '1.14.5'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index bb733f1a..0420dce4 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.4'
+ version = '1.14.5'
# Change to tag when making a release, then back to branch
- commit = 'origin/1.14'
+ commit = '1.14.5'
def list_gstreamer_1_0_plugins_by_category(config):
cookbook = CookBook(config)
diff --git a/setup.py b/setup.py
index 628a5e29..162b13ff 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = '1.14.4',
+ version = '1.14.5',
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),