diff options
author | Edward Hervey <bilboed@bilboed.com> | 2016-03-30 09:34:58 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2016-03-30 09:34:58 +0200 |
commit | 753123af61b39bd9e1fdda2c4279b70f8f8f45af (patch) | |
tree | 66470390ebe0a3647c557b346118d2c84b8cc5b4 /recipes/gst-editing-services-1.0.recipe | |
parent | 6c7604c092cfed9b903173af163dafd8a1f68b39 (diff) |
recipes: Bumpg gst version 1.7 => 1.9
Diffstat (limited to 'recipes/gst-editing-services-1.0.recipe')
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index ab7930a7..80b32214 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -3,7 +3,7 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gst-editing-services-1.0' - version = '1.7' + version = '1.9' licenses = [License.LGPLv2Plus] remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} commit = 'origin/master' |