diff options
Diffstat (limited to 'sci-mathematics/yafu/yafu-1.34.3-r1.ebuild')
-rw-r--r-- | sci-mathematics/yafu/yafu-1.34.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild b/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild index dd3a36e87d85..e3778642c91d 100644 --- a/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild +++ b/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit flag-o-matic MY_PV="$(ver_cut 1-2)" DESCRIPTION="Yet another factoring utility" HOMEPAGE="https://sourceforge.net/projects/yafu/" -SRC_URI="mirror://sourceforge/${PN}/${MY_PV}/${PN}-${MY_PV}-src.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_PV}/${PN}-${MY_PV}-src.zip" SLOT="0" LICENSE="public-domain" |