diff options
Diffstat (limited to 'net-misc/s3cmd/s3cmd-2.2.0.ebuild')
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.2.0.ebuild b/net-misc/s3cmd/s3cmd-2.2.0.ebuild index abdc01352a90..ff60617f838c 100644 --- a/net-misc/s3cmd/s3cmd-2.2.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Command line client for Amazon S3" HOMEPAGE="https://s3tools.org/s3cmd" -SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/s3tools/${P/_/-}.tar.gz" S="${WORKDIR}/${P/_/-}" LICENSE="GPL-2" |