From 5ad8cc9295d7b9e24389bb48bace6c437e1bffad Mon Sep 17 00:00:00 2001
From: mattmadeofpasta <mattmadeofpasta@mattmadeofpasta.me>
Date: Mon, 6 Nov 2023 17:50:08 +0000
Subject: [PATCH] Download perl source over https

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

diff --git a/recipes/development/perl/recipe.sh b/recipes/development/perl/recipe.sh
index 4d173db46..eb5caac92 100644
--- a/recipes/development/perl/recipe.sh
+++ b/recipes/development/perl/recipe.sh
@@ -1,5 +1,5 @@
 VERSION=5.24.2
-TAR=http://www.cpan.org/src/5.0/perl-$VERSION.tar.gz
+TAR=https://www.cpan.org/src/5.0/perl-$VERSION.tar.gz
 
 unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
 
-- 
GitLab