From 16a8304066f0fbc5c1a5130a0017b636f14f8127 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Thu, 1 Mar 2018 19:23:12 -0700 Subject: [PATCH] Fix expat link --- recipes/expat/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/expat/recipe.sh b/recipes/expat/recipe.sh index 99a07049e..f4c57111c 100644 --- a/recipes/expat/recipe.sh +++ b/recipes/expat/recipe.sh @@ -1,5 +1,5 @@ VERSION=2.2.1 -TAR=http://downloads.sourceforge.net/project/expat/expat/$VERSION/expat-$VERSION.tar.bz2 +TAR=https://github.com/libexpat/libexpat/releases/download/R_${VERSION//./_}/expat-${VERSION}.tar.bz2 function recipe_version { echo "$VERSION" -- GitLab