diff options
Diffstat (limited to 'sys-apps/smartmontools/smartmontools-7.3.ebuild')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/smartmontools/smartmontools-7.3.ebuild b/sys-apps/smartmontools/smartmontools-7.3.ebuild index 5ad4bb1c967d..4f11e3b65c7d 100644 --- a/sys-apps/smartmontools/smartmontools-7.3.ebuild +++ b/sys-apps/smartmontools/smartmontools-7.3.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 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]] ; then ESVN_PROJECT="smartmontools" inherit autotools subversion else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi |