mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
dnsrecon-1.2.0.ebuild
This commit is contained in:
parent
e99801c025
commit
384abacd66
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST dnsrecon-1.1.4.tar.gz 655040 BLAKE2B 9061b2a3fd2bd9a6ede441603ba3354e3fa55fb5d4002b3e4d6ce9b55c5311e7c444f2d956833dcb36285a2d88310753ee246c3a5c4a6d24fb5d96c18bfe7271 SHA512 774919303e03e40932013c54b36c3d4d62e1c566b93ee044d99b6e8eb746b1b5d083f105f3ae0e84d643d2c3f32962a8d48202e60bb290146dd7fe771879cd2b
|
||||
DIST dnsrecon-1.1.5.tar.gz 655071 BLAKE2B 1d38fab4dd29810475e1a503c202352aee86a8405e55154134164dfc2a4f50c196a88be6962b4ffbdd7ddde8afebbe10112dafc3c1313de6f8ff5ea24cfa07c1 SHA512 c28d8865b336ac09ab4229f858cd4c1b0a248408f4f60a86e0976475c5bbb86f8d1185e08c288cad0977b777b42c7cf0d8da468a985317a2fe23cc6ca81fbff0
|
||||
DIST dnsrecon-1.2.0.tar.gz 651434 BLAKE2B b2273bf4e2d2eee7e30c032576d507333347757581525a5e3ad083742ffebccb4cfed9e50822a31ba2a3c9c565643c79d1ee7ad9752841e0371b1367bf022f38 SHA512 2b178a2618f1f7b0bfd17dc3fec652df9042a219a8dc0cd157db07502e6bafad8e0971380d75a473cf3af2fde37f798ac1bcf2a1b8a512715cbb8b991ae59c9b
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -16,7 +16,7 @@ SLOT="0"
|
|||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
>=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue