diff options
Diffstat (limited to 'app-misc/clifm/clifm-1.11.ebuild')
-rw-r--r-- | app-misc/clifm/clifm-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/clifm/clifm-1.11.ebuild b/app-misc/clifm/clifm-1.11.ebuild index 6d73c353f..a5d73672d 100644 --- a/app-misc/clifm/clifm-1.11.ebuild +++ b/app-misc/clifm/clifm-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then else SRC_URI="https://github.com/leo-arch/clifm/archive/v${PV}.tar.gz -> ${P}.tar.gz" # also on sourceforge but the unpacked name is irregular - # SRC_URI="mirror://sourceforge/${PN}/v${PV}.tar.gz -> ${P}.tar.gz" + # SRC_URI="https://downloads.sourceforge.net/${PN}/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi |