From 478f2f752fa4ec87a3a31ee05f44557ea165d97b Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Wed, 7 Aug 2019 20:17:09 -0600
Subject: [PATCH] Use https to fetch libffi

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

diff --git a/recipes/libffi/recipe.sh b/recipes/libffi/recipe.sh
index ef6b3dbfb..ce7b65062 100644
--- a/recipes/libffi/recipe.sh
+++ b/recipes/libffi/recipe.sh
@@ -1,5 +1,5 @@
 VERSION=3.2.1
-TAR=ftp://sourceware.org/pub/libffi/libffi-$VERSION.tar.gz
+TAR=https://sourceware.org/pub/libffi/libffi-$VERSION.tar.gz
 BUILD_DEPENDS=()
 
 function recipe_version {
-- 
GitLab