diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2024-05-29 14:46:00 +0300 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2024-05-29 14:46:00 +0300 |
commit | aca71ffc448f81fb77ff3b248c63894546b73ef2 (patch) | |
tree | a32638fd7f943fa3dc96f3b7f37ceec8153d67e5 /recipes/custom.py | |
parent | c29b8d95b91e9aa414adeb61a49046edec7c5b85 (diff) |
Build 1.24.4 release
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 3ec2df3a..62c32e14 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -21,8 +21,8 @@ def running_on_cerbero_ci(): class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] - version = '1.24.3.1' - tagged_for_release = False + version = '1.24.4' + tagged_for_release = True # Decide what stype to use use_git = True |