diff options
-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" |