summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-24 17:07:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-06 23:47:54 +0200
commitd52f35a6e816bfa67b4144f74866342d6c668a41 (patch)
tree7b29faeea8f4ec50705034876cfc338040c2c6b3 /net-misc/snarf
parentnet-misc/netpipe: EAPI7, improve ebuild (diff)
downloadgentoo-d52f35a6e816bfa67b4144f74866342d6c668a41.tar.gz
gentoo-d52f35a6e816bfa67b4144f74866342d6c668a41.tar.bz2
gentoo-d52f35a6e816bfa67b4144f74866342d6c668a41.zip
net-misc/snarf: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9023
Diffstat (limited to 'net-misc/snarf')
-rw-r--r--net-misc/snarf/snarf-7.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
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"