diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-23 11:14:06 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-23 11:14:06 +0100 |
commit | a9687f7dfdc67a633c790d71d1e3c9cd18a78032 (patch) | |
tree | 29c63aaa8874f919f6fa074bf9b24082ae2d9b35 | |
parent | 9bcb0635f088e4978552720cb91f8699b502ed85 (diff) | |
download | gentoo-a9687f7dfdc67a633c790d71d1e3c9cd18a78032.tar.gz gentoo-a9687f7dfdc67a633c790d71d1e3c9cd18a78032.tar.xz |
sys-fs/xfsprogs: Replaced dead ftp:// SRC URI with https://
Package-Manager: Portage-2.3.20, Repoman-2.3.6
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild b/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild index 0d581fec662..4dca309b8b9 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild @@ -7,7 +7,7 @@ inherit eutils toolchain-funcs multilib DESCRIPTION="xfs filesystem utilities" HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" +SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" |