diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-11-08 10:06:46 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-11-08 10:06:46 +0000 |
commit | 0f9f84a6831cc613571cc9ff85656057f542a972 (patch) | |
tree | e4d72ca1cba575f33c8d997cdab7f9f7a11f3c06 | |
parent | cec90e670938d0d2ae8f02f2ab32a93556ee0cda (diff) |
Build 1.14 branch again
-rw-r--r-- | recipes/custom.py | 2 |
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) |