summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-08-16 18:05:59 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-08-16 18:05:59 +0200
commitc5a359011ac25e11968235a3edc391c5ab9ea5cd (patch)
tree98eb5502fc87d6c8e9a2237928d16578ab95b81b
parentce35114a46278634b82908bc3d19da1bc42fd473 (diff)
recipes/libpng: 1.6.18
-rw-r--r--recipes/libpng/libpng.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libpng/libpng.recipe b/recipes/libpng/libpng.recipe
index e5f9f464..48f4a4ee 100644
--- a/recipes/libpng/libpng.recipe
+++ b/recipes/libpng/libpng.recipe
@@ -3,9 +3,9 @@
class Recipe(recipe.Recipe):
name = 'libpng'
- version = '1.6.17'
+ version = '1.6.18'
stype = SourceType.TARBALL
- url = 'http://download.sourceforge.net/libpng/libpng-1.6.17.tar.xz'
+ url = 'http://download.sourceforge.net/libpng/libpng-1.6.18.tar.xz'
licenses = [License.LibPNG]
deps = ['zlib']
patches = ['0001-neon-fix-function-export-names-for-iOS-armv7.patch']