diff --git a/recipes/libpng/recipe.sh b/recipes/libpng/recipe.sh
index 2c626c05de7278c6ba3445e6cd3ed29cb2038e97..bbdc70df0883492f097dabe37740d9edea54ff43 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 {