diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-07 16:53:04 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-07 16:53:04 +0200 |
commit | 6c14ecbfdb3be22c3b8666a6719e39a39c984f39 (patch) | |
tree | e25101397daabcdd0b022f38537f0d91a93df3c3 /recipes | |
parent | 9b714abb722c10aac1d4e70c69610c285a3f4c80 (diff) |
Update libvpx
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libvpx.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libvpx.recipe b/recipes/libvpx.recipe index 4c21c8f6..a7fa2ad2 100644 --- a/recipes/libvpx.recipe +++ b/recipes/libvpx.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'libvpx' - version = 'v1.0.0' + version = 'v1.1.0' licenses = [License.BSD] configure_tpl = "%(config-sh)s --prefix=%(prefix)s "\ "--libdir=%(libdir)s %(options)s" |