From 060870c8bd79c9f00eb25f90ec0202391fac7655 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Thu, 1 Mar 2018 19:40:14 -0700
Subject: [PATCH] Fix libpng link

---
 recipes/libpng/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/libpng/recipe.sh b/recipes/libpng/recipe.sh
index 2c626c05d..bbdc70df0 100644
--- a/recipes/libpng/recipe.sh
+++ b/recipes/libpng/recipe.sh
@@ -1,5 +1,5 @@
 VERSION=1.6.34
-TAR=https://download.sourceforge.net/libpng/libpng-$VERSION.tar.xz
+TAR=https://github.com/glennrp/libpng/archive/v${VERSION}.tar.gz
 BUILD_DEPENDS=(zlib)
 
 function recipe_version {
-- 
GitLab