From ebd757d37f7cda731c3d1058ae95ecf2b962864a Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 25 Sep 2024 15:27:56 -0400 Subject: [PATCH] dev-perl/Math-Pari: update SRC_URI for https Signed-off-by: Eli Schwartz --- dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild index 8bd9e6768da92..244fece8c9f06 100644 --- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild +++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild @@ -13,7 +13,7 @@ PARI_VER=2.3.5 DESCRIPTION="Perl interface to PARI" SRC_URI="${SRC_URI} - http://pari.math.u-bordeaux.fr/pub/pari/OLD/${PARI_VER%.*}/pari-${PARI_VER}.tar.gz" + https://pari.math.u-bordeaux.fr/pub/pari/OLD/${PARI_VER%.*}/pari-${PARI_VER}.tar.gz" S_PARI="${WORKDIR}"/pari-${PARI_VER} SLOT="0"