diff options
Diffstat (limited to 'net-misc/sshpass/sshpass-1.09-r1.ebuild')
-rw-r--r-- | net-misc/sshpass/sshpass-1.09-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sshpass/sshpass-1.09-r1.ebuild b/net-misc/sshpass/sshpass-1.09-r1.ebuild index d9bb7d1c42f9..319f78fa5220 100644 --- a/net-misc/sshpass/sshpass-1.09-r1.ebuild +++ b/net-misc/sshpass/sshpass-1.09-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Tool for noninteractively performing password authentication with ssh" HOMEPAGE="https://sourceforge.net/projects/sshpass/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |