summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-11-08 10:06:46 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-11-08 10:06:46 +0000
commit0f9f84a6831cc613571cc9ff85656057f542a972 (patch)
treee4d72ca1cba575f33c8d997cdab7f9f7a11f3c06
parentcec90e670938d0d2ae8f02f2ab32a93556ee0cda (diff)
Build 1.14 branch again
-rw-r--r--recipes/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index a28551d0..0529644c 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -14,7 +14,7 @@ class GStreamer(recipe.Recipe):
licenses = [License.LGPLv2Plus]
version = '1.14.4'
# Change to tag when making a release, then back to branch
- commit = '1.14.4'
+ commit = 'origin/1.14'
def list_gstreamer_1_0_plugins_by_category(config):
cookbook = CookBook(config)