diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-10-02 13:01:28 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-10-02 13:01:28 +0300 |
commit | 17a3bbee83db4af5f48dfaa655a7e37bdbaf1d28 (patch) | |
tree | 1ec8b640cbbb876895b19000c62b8c6f46e5cd50 | |
parent | a1d2375c59cd5cd35a8e9f69b1a57c6ddd2de7d6 (diff) |
gstreamer: Switch to origin/master 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 70b54390..54026de2 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamerBase: licenses = [License.LGPLv2Plus] version = '1.9' - commit = '1.9.90' + commit = 'origin/master' class GStreamer(GStreamerBase, recipe.Recipe): |