mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 06:41:01 +02:00
theHarvester: 3.0.6 bump
This commit is contained in:
parent
77dfbf8c7e
commit
772b7219f6
2 changed files with 6 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST theHarvester-3.0.1.tar.gz 1060133 BLAKE2B fb1cc59d6e1034e31273e5f2bc65d1e21c1f4615dc4a85c2d457ba7281f9b125282c848fe9abdc0ddb09c0059fed9acf6767d68bf0f6050c7b4b15af5d9e6145 SHA512 1a673dc6e10a3a70119714d0fd6baf10bb627a26835534afc0e3f83b7cee2fbe89e0a96686968b9813f536429b63e27963655aebf90b61bf23264f15e2e498a7
|
||||
DIST theHarvester-3.0.4.tar.gz 1061009 BLAKE2B b1943d2e6346d323d76a9e88e6f1451eabb35bae1f95cd40dc5f87ba1fb56fe0d39f57186e9f06d3eff1087df7bfb971eec5c104ba109e4bfe6b9260d3cc1b45 SHA512 c4ed5dda6ab94d25dab60d28b151081c0643e38efcb8c29b889e140cb247c1d27fe11bb30857a415837b1cc0c1735f86a6f150c5c353097d6e2e54cb35428d31
|
||||
DIST theHarvester-3.0.6.tar.gz 1067923 BLAKE2B 7a3bfd6176f48e4fd13f8580066677a1e932553f3d770740a415b5db57ef5a7d9bc568dfb6af58fc1a26e0f01e81ed8e3c6b41a469f294267d1e0b9874c3f271 SHA512 79e00cf4fddc0a6bed6377756f60cae8868ebdae49df57e5876ca5e1e952640faeb8a4513180abd6fe736b92d44e1854725ec44ea5ca07d02c47e65791711ce0
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit python-single-r1 python-utils-r1
|
||||
|
||||
DESCRIPTION="The Harvester is a tool designed to collect email accounts of the target domain"
|
||||
HOMEPAGE="http://www.edge-security.com/theharvester.php"
|
||||
SRC_URI="https://github.com/laramies/theHarvester/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/laramies/theHarvester/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
@ -17,7 +17,9 @@ KEYWORDS="~amd64 ~ppc ~x86"
|
|||
IUSE=""
|
||||
|
||||
RDEPEND="net-analyzer/wfuzz[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
>=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
Loading…
Reference in a new issue