summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-20 21:52:39 -0400
committerSam James <sam@gentoo.org>2024-03-21 03:16:05 +0000
commit10940cbcc0a600967ac4937e420632b5ef72867f (patch)
tree4229ccb041d39cd77d89f6a09ab39b452a94c98d /sci-libs
parentsci-libs/scotch: remove redundant double sed (diff)
downloadgentoo-10940cbcc0a600967ac4937e420632b5ef72867f.tar.gz
gentoo-10940cbcc0a600967ac4937e420632b5ef72867f.tar.bz2
gentoo-10940cbcc0a600967ac4937e420632b5ef72867f.zip
sci-libs/mumps: update HOMEPAGE, SRC_URI
The previous upstream website was dead, but in fact it just has a new domain and the old domain doesn't exist anymore. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/mumps/mumps-5.3.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/mumps/mumps-5.3.5-r1.ebuild b/sci-libs/mumps/mumps-5.3.5-r1.ebuild
index 8e6488b38200..705a251a15d6 100644
--- a/sci-libs/mumps/mumps-5.3.5-r1.ebuild
+++ b/sci-libs/mumps/mumps-5.3.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,8 +8,8 @@ inherit fortran-2 flag-o-matic multilib toolchain-funcs
MYP=MUMPS_${PV}
DESCRIPTION="MUltifrontal Massively Parallel sparse direct matrix Solver"
-HOMEPAGE="http://mumps.enseeiht.fr/"
-SRC_URI="http://mumps.enseeiht.fr/${MYP}.tar.gz"
+HOMEPAGE="https://mumps-solver.org/"
+SRC_URI="https://mumps-solver.org/${MYP}.tar.gz"
S="${WORKDIR}/${MYP}"
LICENSE="public-domain"