diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-07-31 17:45:52 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-07-31 17:47:31 -0400 |
commit | 6faf0bd05f38441cdd829ea1d989023f16bbbadb (patch) | |
tree | c5e32a56e3b61a83216e50006b88e6512fc90a40 /sci-libs/fflas-ffpack | |
parent | virtual/perl-Digest-MD5: Add Perl 5.32 version (diff) | |
download | gentoo-6faf0bd05f38441cdd829ea1d989023f16bbbadb.tar.gz gentoo-6faf0bd05f38441cdd829ea1d989023f16bbbadb.tar.bz2 gentoo-6faf0bd05f38441cdd829ea1d989023f16bbbadb.zip |
sci-libs/fflas-ffpack: fix download URL.
Not sure what happened here, but it works now. Tested after deleting
the Manifest, deleting the distfile, and emptying GENTOO_MIRRORS.
Closes: https://bugs.gentoo.org/733546
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs/fflas-ffpack')
-rw-r--r-- | sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild index 4115dc61acec..dcbf5194f3b9 100644 --- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild +++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="Library for dense linear algebra over word-size finite fields" HOMEPAGE="https://linbox-team.github.io/fflas-ffpack/" -SRC_URI="https://github.com/linbox-team/${PN}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" |