diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-11-29 16:50:22 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-29 16:50:22 +0200 |
commit | bd16baa039a631e14183d5c303bbec86f841c2ab (patch) | |
tree | bbc8827f9f69d4eb0e6f455624bc3a5214fc6227 /recipes | |
parent | fa61f322d74438b1f593edf70abaf2a01cc07164 (diff) |
gstreamer: Update versions to 1.10.21.10.2
Diffstat (limited to 'recipes')
-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 de05a49e..5a1e8fa7 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamerBase: licenses = [License.LGPLv2Plus] version = '1.10' - commit = '1.10.1' + commit = '1.10.2' class GStreamer(GStreamerBase, recipe.Recipe): |