summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-10-23 05:20:01 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-10-23 05:20:01 +0530
commit8a4557f3d22050bb596bc6e8c105b5c44af69023 (patch)
treed91445aea9411d5f58acee03dbfed184264f973f
parent05e41e5d0690826b330c245089c0fab3456c19e4 (diff)
libpng.recipe: Update to 1.6.35
-rw-r--r--recipes/libpng.recipe (renamed from recipes/libpng/libpng.recipe)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/libpng/libpng.recipe b/recipes/libpng.recipe
index 78ce3cbb..8dd0e63b 100644
--- a/recipes/libpng/libpng.recipe
+++ b/recipes/libpng.recipe
@@ -3,13 +3,13 @@
class Recipe(recipe.Recipe):
name = 'libpng'
- version = '1.6.34'
+ version = '1.6.35'
stype = SourceType.TARBALL
url = 'https://download.sourceforge.net/libpng/libpng-%(version)s.tar.xz'
- tarball_checksum = '2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6'
+ tarball_checksum = '23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7'
licenses = [License.LibPNG]
deps = ['zlib']
- patches = ['0001-neon-fix-function-export-names-for-iOS-armv7.patch']
+ patches = [name + '/0001-neon-fix-function-export-names-for-iOS-armv7.patch']
files_libs = ['libpng16']
files_devel = ['include/libpng16', 'bin/libpng16-config',