diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2019-06-06 10:53:31 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-06-06 10:53:31 +0100 |
commit | 631fc185fbebd1c3bef33e3e40809f4e0f07910b (patch) | |
tree | 44f106619c2a81e763d1e7f3a8b029a07b61727d | |
parent | afb306181170a8c40b93c5c8ab83a780e8517246 (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 0420dce4..9d22fd70 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] version = '1.14.5' # Change to tag when making a release, then back to branch - commit = '1.14.5' + commit = 'origin/1.14' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) |