diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-16 15:06:28 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-16 15:06:28 +0200 |
commit | a3f2e2abe00cd13b0a74a3f61a2333b05d357403 (patch) | |
tree | c28d264d7e78fee6b28119c07a5da91d320b60ec /recipes/libpng | |
parent | 80c02f551f58084b6f359514646ceb970d8cad53 (diff) |
libpng: Update to 1.6.26
Diffstat (limited to 'recipes/libpng')
-rw-r--r-- | recipes/libpng/libpng.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libpng/libpng.recipe b/recipes/libpng/libpng.recipe index ed15c923..6a260884 100644 --- a/recipes/libpng/libpng.recipe +++ b/recipes/libpng/libpng.recipe @@ -3,9 +3,9 @@ class Recipe(recipe.Recipe): name = 'libpng' - version = '1.6.18' + version = '1.6.26' stype = SourceType.TARBALL - url = 'http://download.sourceforge.net/libpng/libpng-1.6.18.tar.xz' + url = 'http://download.sourceforge.net/libpng/libpng-1.6.26.tar.xz' licenses = [License.LibPNG] deps = ['zlib'] patches = ['0001-neon-fix-function-export-names-for-iOS-armv7.patch'] |