summaryrefslogtreecommitdiff
path: root/recipes/libpng/libpng.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libpng/libpng.recipe')
-rw-r--r--recipes/libpng/libpng.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libpng/libpng.recipe b/recipes/libpng/libpng.recipe
index 215d3194..5484eb6a 100644
--- a/recipes/libpng/libpng.recipe
+++ b/recipes/libpng/libpng.recipe
@@ -5,7 +5,7 @@ class Recipe(recipe.Recipe):
name = 'libpng'
version = '1.6.34'
stype = SourceType.TARBALL
- url = 'http://download.sourceforge.net/libpng/libpng-%(version)s.tar.xz'
+ url = 'https://download.sourceforge.net/libpng/libpng-%(version)s.tar.xz'
licenses = [License.LibPNG]
deps = ['zlib']
patches = ['0001-neon-fix-function-export-names-for-iOS-armv7.patch']