diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-12-23 18:34:06 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-12-23 18:34:14 -0500 |
commit | 163bb349f57d2256555359d1ab8443ef21bca6fa (patch) | |
tree | 350ef65988d2f3cbf01e566412a57f532b0a483d /sci-mathematics | |
parent | sci-mathematics/singular: drop 4.2.0_p1 (diff) | |
download | gentoo-163bb349f57d2256555359d1ab8443ef21bca6fa.tar.gz gentoo-163bb349f57d2256555359d1ab8443ef21bca6fa.tar.bz2 gentoo-163bb349f57d2256555359d1ab8443ef21bca6fa.zip |
sci-mathematics/singular: use https mirror in SRC_URI instead of ftp
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/singular/singular-4.3.1_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/singular/singular-4.3.1_p2.ebuild b/sci-mathematics/singular/singular-4.3.1_p2.ebuild index fb5b4a7f3ed2..810f2e71b223 100644 --- a/sci-mathematics/singular/singular-4.3.1_p2.ebuild +++ b/sci-mathematics/singular/singular-4.3.1_p2.ebuild @@ -13,7 +13,7 @@ MY_DIR=$(ver_rs 1- '-' ${MY_DIR2}) DESCRIPTION="Computer algebra system for polynomial computations" HOMEPAGE="https://www.singular.uni-kl.de/ https://github.com/Singular/Singular" -SRC_URI="ftp://jim.mathematik.uni-kl.de/pub/Math/${MY_PN}/SOURCES/${MY_DIR}/${PN}-${MY_PV}.tar.gz" +SRC_URI="https://www.singular.uni-kl.de/ftp/pub/Math/${MY_PN}/SOURCES/${MY_DIR}/${PN}-${MY_PV}.tar.gz" S="${WORKDIR}/${PN}-${MY_DIR2}" LICENSE="BSD GPL-2 GPL-3" |