commit: 54a054edf90144c33c5793b98797b566e01239d2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 15:02:22 2026 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 15:09:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54a054ed
sci-libs/cholmod: update SRC_URI Bug: https://bugs.gentoo.org/946174 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/cholmod/cholmod-3.0.14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild b/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild index 5730171eeff9..8c7277220da1 100644 --- a/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild +++ b/sci-libs/cholmod/cholmod-3.0.14-r1.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=8 @@ -7,7 +7,7 @@ inherit autotools cuda toolchain-funcs DESCRIPTION="Sparse Cholesky factorization and update/downdate library" 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" LICENSE="LGPL-2.1+ modify? ( GPL-2+ ) matrixops? ( GPL-2+ )" SLOT="0/3"
