From 7a552e9d34dd45e122443958c22fe68f50211f91 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Tue, 18 Feb 2025 23:38:29 -0500 Subject: [PATCH] gzip: Use HTTPS. --- app-arch/gzip/gzip-1.12.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/gzip/gzip-1.12.recipe b/app-arch/gzip/gzip-1.12.recipe index 3011887af..b5622091b 100644 --- a/app-arch/gzip/gzip-1.12.recipe +++ b/app-arch/gzip/gzip-1.12.recipe @@ -8,7 +8,7 @@ COPYRIGHT="1992-1993 Jean-loup Gailly 1999-2016 Free Software Foundation, Inc." LICENSE="GNU GPL v3" REVISION="2" -SOURCE_URI="http://ftpmirror.gnu.org/gzip/gzip-$portVersion.tar.xz" +SOURCE_URI="https://ftpmirror.gnu.org/gzip/gzip-$portVersion.tar.xz" CHECKSUM_SHA256="ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956" PATCHES="gzip-$portVersion.patchset"