Skip to content

Commit b4dc0f2

Browse files
committed
dnsrecon: update to 1.5.2.
1 parent b616829 commit b4dc0f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

srcpkgs/dnsrecon/template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Template file for 'dnsrecon'
22
pkgname=dnsrecon
3-
version=1.4.0
4-
revision=2
3+
version=1.5.2
4+
revision=1
55
build_style=python3-pep517
66
make_check_args="-k not(test_zone_transfer)"
7-
hostmakedepends="python3-wheel"
8-
depends="python3 python3-netaddr python3-dnspython python3-lxml python3-requests python3-loguru"
9-
checkdepends="${depends} python3-pytest"
7+
hostmakedepends="python3-setuptools"
8+
depends="python3 python3-netaddr python3-dnspython python3-lxml python3-requests python3-loguru python3-fastapi python3-slowapi python3-stamina python3-uvicorn python3-ultrajson python3-httpx"
9+
checkdepends="${depends} python3-pytest python3-anyio"
1010
short_desc="DNS enumeration script"
1111
maintainer="Jason Elswick <[email protected]>"
1212
license="GPL-2.0-only"
1313
homepage="https://github.com/darkoperator/dnsrecon"
1414
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
15-
checksum=08887a1dd457ceb3ba4e07f78b2474c7bef20509a19dfcaf00639ff92ebce13b
15+
checksum=d793ae556c0398d6b45de073609138c6c7baecd12423c0d4f19e6e02aa778048
1616

1717
python3-dnsrecon_package() {
1818
depends="${sourcepkg}"

0 commit comments

Comments
 (0)