From ac54283397ac2fa025aac75bd66595390d70bfe7 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 2 Jul 2020 19:50:16 +0200 Subject: [PATCH] app-text/binfind: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/16547 Signed-off-by: Aaron Bauman --- app-text/binfind/binfind-0.0.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/binfind/binfind-0.0.3.ebuild b/app-text/binfind/binfind-0.0.3.ebuild index 8e402c5ed0e1a..0285f93dbe539 100644 --- a/app-text/binfind/binfind-0.0.3.ebuild +++ b/app-text/binfind/binfind-0.0.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Search files for a byte sequence specified on the command line" -HOMEPAGE="http://www.lith.at/binfind/" -SRC_URI="http://www.lith.at/binfind/${P}.tar.gz" +HOMEPAGE="https://www.lith.at/binfind/" +SRC_URI="https://www.lith.at/binfind/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"