mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Aaron Bauman
parent
320fb282c8
commit
ac54283397
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user