app-text/binfind: use HTTPS

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16547
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2020-07-02 19:50:16 +02:00
committed by Aaron Bauman
parent 320fb282c8
commit ac54283397

View File

@@ -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"