diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-10-01 00:01:17 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-10-01 00:01:17 +0100 |
commit | 573ffff4f9c8d4c0f02c7e07287dc2c83383bdf4 (patch) | |
tree | a8911541a721594f025573b5908517a70cc7c637 | |
parent | bd99c4980f38b8245a9ff58469c80b56d6f1b8dc (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 e52367c9..27c9c936 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] version = '1.14.3' # Change to tag when making a release, then back to branch - commit = '1.14.3' + commit = 'origin/1.14' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) |