diff options
Diffstat (limited to 'recipes/custom.py')
-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 ece97c18..e52367c9 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -12,9 +12,9 @@ from cerbero.utils import shell, to_unixpath class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.14.2' + version = '1.14.3' # Change to tag when making a release, then back to branch - commit = 'origin/1.14' + commit = '1.14.3' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) |