diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-07 17:32:38 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-07 17:32:38 +0200 |
commit | a4a62ce4a45dbd4d54d8f5653a24222b6d20e856 (patch) | |
tree | 78f910573182f5166838571dda6c93434f26f2b2 /recipes | |
parent | 1a2e89336847c778651feb48dd263bf2417c187a (diff) |
Update taglib
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/taglib.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/taglib.recipe b/recipes/taglib.recipe index f6572b52..1f2b29f6 100644 --- a/recipes/taglib.recipe +++ b/recipes/taglib.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'taglib' - version = '1.7' + version = '1.7.2' # either LGPLv2.1 or MPLv1.1 licenses = [License.LGPLv2_1] configure_options = '-DWITH_MP4=ON -DWITH_ASF=ON' |