diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/custom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/custom.py b/recipes/custom.py index a28551d0..0529644c 100644 --- a/recipes/custom.py +++ b/recipes/custom.py @@ -14,7 +14,7 @@ class GStreamer(recipe.Recipe): licenses = [License.LGPLv2Plus] version = '1.14.4' # Change to tag when making a release, then back to branch - commit = '1.14.4' + commit = 'origin/1.14' def list_gstreamer_1_0_plugins_by_category(config): cookbook = CookBook(config) |