summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-07 16:29:23 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-08-07 16:29:23 +0200
commite9a6b492769d0af12750459fa5b6dd8b04191a50 (patch)
treee71e43dbe927b6a87f945e85e47fff0d432715c5 /recipes
parente2692341786ed38afbc2ba7652355c1908631c26 (diff)
Update libpng and libffi
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libffi.recipe2
-rw-r--r--recipes/libpng.recipe2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libffi.recipe b/recipes/libffi.recipe
index 10502aea..e4a686a5 100644
--- a/recipes/libffi.recipe
+++ b/recipes/libffi.recipe
@@ -3,7 +3,7 @@
class Recipe(recipe.Recipe):
name = 'libffi'
- version = '3.0.10'
+ version = '3.0.11'
licenses = [License.BSD_like]
files_libs = ['libffi']
diff --git a/recipes/libpng.recipe b/recipes/libpng.recipe
index 7f8c7016..3a1778d2 100644
--- a/recipes/libpng.recipe
+++ b/recipes/libpng.recipe
@@ -3,7 +3,7 @@
class Recipe(recipe.Recipe):
name = 'libpng'
- version = '1.5.8'
+ version = '1.5.12'
licenses = [License.LibPNG]
deps = ['zlib']