diff options
Diffstat (limited to 'sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild')
-rw-r--r-- | sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild index e8ca9e1d3a41..27af7e59e3b8 100644 --- a/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.11-r2.ebuild @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="Mixed Integer Linear Programming (MILP) solver" HOMEPAGE="https://sourceforge.net/projects/lpsolve/" -SRC_URI="mirror://sourceforge/${PN}/lp_solve_${PV}_source.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/lp_solve_${PV}_source.tar.gz" S="${WORKDIR}"/lp_solve_$(ver_cut 1-2) LICENSE="LGPL-2.1" |