diff options
author | Jan Schmidt <jan@centricular.com> | 2017-04-28 19:37:57 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2017-04-28 19:37:57 +1000 |
commit | 4a65cc117c2b22f060887c5b2baacddcfb38b644 (patch) | |
tree | 1c7c82c6ec14c0ed9ebc87fc9f043cfaa886d97f /recipes | |
parent | ba4532ac941d8117823d818d11d100ebda0efa1b (diff) |
Update to 1.11.911.11.91
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/custom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/custom.py b/recipes/custom.py index 72ea28f1..fb9937d8 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -13,8 +13,8 @@ from cerbero.utils import shell, to_unixpath class GStreamerBase: licenses = [License.LGPLv2Plus] - version = '1.11.90.1' - commit = 'origin/master' + version = '1.11.91' + commit = '1.11.91' class GStreamer(GStreamerBase, recipe.Recipe): |