diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-10-01 11:22:11 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-10-01 11:22:11 +0300 |
commit | e72b78fcd7b3f67b8538a63bfc24e7506d9b0b95 (patch) | |
tree | e0e86746c4c838df81ed77fcd7d587a3d7118e32 | |
parent | 3131411b380a5c714f04a237017ce9b32be79b28 (diff) |
gstreamer: Update version to 1.9.90
-rw-r--r-- | packages/custom.py | 2 | ||||
-rw-r--r-- | recipes/custom.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/custom.py b/packages/custom.py index 11966628..31b353a1 100644 --- a/packages/custom.py +++ b/packages/custom.py @@ -6,7 +6,7 @@ from cerbero.enums import License class GStreamer: url = "http://gstreamer.freedesktop.org" - version = '1.9.2.1' + version = '1.9.90' vendor = 'GStreamer Project' licenses = [License.LGPL] org = 'org.freedesktop.gstreamer' diff --git a/recipes/custom.py b/recipes/custom.py index 54026de2..70b54390 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamerBase: licenses = [License.LGPLv2Plus] version = '1.9' - commit = 'origin/master' + commit = '1.9.90' class GStreamer(GStreamerBase, recipe.Recipe): |