summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-09-21 02:03:22 +1000
committerJan Schmidt <jan@centricular.com>2017-09-21 02:03:22 +1000
commit0fe6bb0b4586f30ff7408ba9395e36e3af1650c7 (patch)
treeca4e43cdc4a6591eb5fc974e8e3ca26a6fa7eea4
parent49ec6ce019218d391a10a9ff5fd58044fcc2b203 (diff)
Update to 1.12.31.12.3
-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 419d9d02..26bb58b5 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.12.2.1'
+ version = '1.12.3'
vendor = 'GStreamer Project'
licenses = [License.LGPL]
org = 'org.freedesktop.gstreamer'
diff --git a/recipes/custom.py b/recipes/custom.py
index 2aab49f2..35e60350 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.12.2.1'
- commit = 'origin/1.12'
+ version = '1.12.3'
+ commit = '1.12.3'
class GStreamer(GStreamerBase, recipe.Recipe):
diff --git a/setup.py b/setup.py
index 183ca9d4..5cc09459 100644
--- a/setup.py
+++ b/setup.py
@@ -127,7 +127,7 @@ class extended_sdist(setuptools_sdist.sdist):
setup(
name = "cerbero",
- version = "1.12.2",
+ version = "1.12.3",
author = "Andoni Morales",
author_email = "amorales@fluendo.com",
description = ("Multi platform build system for Open Source projects"),