diff options
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 635efd26..8df7f0ef 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.1.90' + version = '1.2' licenses = [License.LGPLv2Plus] commit = 'origin/master' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' |