From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7273C138334 for ; Fri, 6 Jul 2018 21:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B122FE098E; Fri, 6 Jul 2018 21:48:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CE0FE0986 for ; Fri, 6 Jul 2018 21:48:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 692F6335C8D for ; Fri, 6 Jul 2018 21:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1136F363 for ; Fri, 6 Jul 2018 21:48:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530913674.d52f35a6e816bfa67b4144f74866342d6c668a41.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/snarf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/snarf/snarf-7.0-r3.ebuild X-VCS-Directories: net-misc/snarf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d52f35a6e816bfa67b4144f74866342d6c668a41 X-VCS-Branch: master Date: Fri, 6 Jul 2018 21:48:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 01f7bdd2-4e12-48a3-8d05-c60de4bd2dc4 X-Archives-Hash: 7b0f64eb390c93f1e19de5c7ef61e756 commit: d52f35a6e816bfa67b4144f74866342d6c668a41 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 24 15:07:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 6 21:47:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52f35a6 net-misc/snarf: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9023 net-misc/snarf/snarf-7.0-r3.ebuild | 4 ++-- 1 file 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 ad4c94916f1..398ad27531d 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"