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 fe56b130..94609833 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -11,8 +11,8 @@ from cerbero.utils import shell, to_unixpath class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.16.2.1' - tagged_for_release = False + version = '1.16.3' + tagged_for_release = True if not tagged_for_release or recipe.Recipe._using_manifest_force_git: # Pre-release version, use git master |