From: Michael Mair-Keimberger Date: Sun, 24 Jun 2018 15:07:58 +0000 (+0200) Subject: net-misc/snarf: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d52f35a6e816bfa67b4144f74866342d6c668a41;p=gentoo.git net-misc/snarf: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9023 --- diff --git a/net-misc/snarf/snarf-7.0-r3.ebuild b/net-misc/snarf/snarf-7.0-r3.ebuild index ad4c94916f16..398ad27531d0 100644 --- a/net-misc/snarf/snarf-7.0-r3.ebuild +++ b/net-misc/snarf/snarf-7.0-r3.ebuild @@ -7,8 +7,8 @@ inherit eutils IUSE="" DESCRIPTION="Small and fast CLI resource grabber for http, gopher, finger, ftp" -SRC_URI="http://www.xach.com/snarf/${P}.tar.gz" -HOMEPAGE="http://www.xach.com/snarf/" +SRC_URI="https://www.xach.com/snarf/${P}.tar.gz" +HOMEPAGE="https://www.xach.com/snarf/" KEYWORDS="alpha amd64 ppc sparc x86" LICENSE="GPL-2" SLOT="0"