diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-09-02 15:54:24 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-09-02 15:54:24 +0300 |
commit | bdc92892e5a2f1cf7323ed54f70bd484f7a9423f (patch) | |
tree | 0dae29641f79d499b1d2c3e4b673d8ca6ba3ecc9 /recipes/gst-validate.recipe | |
parent | 334cd99d7e265d0ba71715269e178930b7dcdc16 (diff) |
gstreamer-1.0: Update versions to 1.9.2
Diffstat (limited to 'recipes/gst-validate.recipe')
-rw-r--r-- | recipes/gst-validate.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe index 7cb8ee85..77632077 100644 --- a/recipes/gst-validate.recipe +++ b/recipes/gst-validate.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '1.0' licenses = [License.LGPLv2Plus] remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-devtools'} - commit = 'origin/master' + commit = '1.9.2' srcdir = 'validate' config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= ' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0'] |