diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-03-17 23:35:12 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-03-17 23:35:36 +0000 |
commit | 2edeb772b1b3f43186f20a478e04667266591466 (patch) | |
tree | 6fe7b7b6675ae35feffcf938c960ef210c6947f5 /recipes | |
parent | 4705a322691a03f8a5f5b43577810136b0884c9e (diff) |
Back to master
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 c5f84190..000efe67 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,8 +12,8 @@ from cerbero.utils import shell, to_unixpath class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.13.91' - commit = '1.13.91' + version = '1.13.91.1' + commit = 'origin/master' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) |