summaryrefslogtreecommitdiff
path: root/recipes/custom.py
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-19 20:32:14 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-19 20:32:14 +0000
commit00e7d8b224c0482b0c002e6f704c06621bf55aa2 (patch)
treea9ecf2e734b1b281370130759165d889b142e2f9 /recipes/custom.py
parent2edeb772b1b3f43186f20a478e04667266591466 (diff)
Build 1.14.0 release1.14.0
Diffstat (limited to 'recipes/custom.py')
-rw-r--r--recipes/custom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index 000efe67..a7fcff44 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -12,8 +12,8 @@ from cerbero.utils import shell, to_unixpath
class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
- version = '1.13.91.1'
- commit = 'origin/master'
+ version = '1.14.0'
+ commit = '1.14.0'
def list_gstreamer_1_0_plugins_by_category(config):
cookbook = CookBook(config)