summaryrefslogtreecommitdiff
path: root/recipes/libxml2.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-07 17:06:36 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-07 17:06:36 +0200
commit3aafaac19408095dd5553f0ec41fbdbe67efdccb (patch)
treef64433adcf4c5113b614eb3f719a595dfb6ba7f7 /recipes/libxml2.recipe
parent6c14ecbfdb3be22c3b8666a6719e39a39c984f39 (diff)
Update libxml2
Diffstat (limited to 'recipes/libxml2.recipe')
-rw-r--r--recipes/libxml2.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libxml2.recipe b/recipes/libxml2.recipe
index 6e0f8f42..f36ec8a6 100644
--- a/recipes/libxml2.recipe
+++ b/recipes/libxml2.recipe
@@ -3,7 +3,7 @@
class Recipe(recipe.Recipe):
name = 'libxml2'
- version = '2.7.8'
+ version = '2.8.0'
licenses = [License.MIT]
deps = [ 'zlib' ]
platform_deps = { Platform.WINDOWS: ['libiconv'] }