commit: 48db71113cba4d16337cc718bad4267daef100af Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 15:06:49 2026 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 15:09:23 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48db7111
sci-libs/suitesparseconfig: update SRC_URI Closes: https://bugs.gentoo.org/946174 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/suitesparseconfig/suitesparseconfig-5.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/suitesparseconfig/suitesparseconfig-5.4.0.ebuild b/sci-libs/suitesparseconfig/suitesparseconfig-5.4.0.ebuild index 4b71210c33ab..8ace59b58772 100644 --- a/sci-libs/suitesparseconfig/suitesparseconfig-5.4.0.ebuild +++ b/sci-libs/suitesparseconfig/suitesparseconfig-5.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit multilib-minimal DESCRIPTION="Common configurations for all packages in suitesparse" HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html" -SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" +SRC_URI="https://github.com/kiwifb/suitesparse_splitbuild/releases/download/v5.4.0/${P}.tar.bz2" # Upstream says, "no licensing restrictions apply to this file or to the # SuiteSparse_config directory".
