diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-25 15:27:56 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-25 15:27:56 -0400 |
commit | ebd757d37f7cda731c3d1058ae95ecf2b962864a (patch) | |
tree | 8b153f0307efc1907f132893d561ae8db6786139 /dev-perl/Math-Pari | |
parent | dev-perl/Math-Pari: fix broken SRC_URI (diff) | |
download | gentoo-ebd757d37f7cda731c3d1058ae95ecf2b962864a.tar.gz gentoo-ebd757d37f7cda731c3d1058ae95ecf2b962864a.tar.bz2 gentoo-ebd757d37f7cda731c3d1058ae95ecf2b962864a.zip |
dev-perl/Math-Pari: update SRC_URI for https
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-perl/Math-Pari')
-rw-r--r-- | dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 8bd9e6768da9..244fece8c9f0 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" |