Skip to content

Commit 70f0271

Browse files
committed
dnsrecon: update to 1.5.1.
1 parent 20f85e4 commit 70f0271

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.1
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 <jason@jasondavid.us>"
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=a8122173dddc040e9dcbd83fa71c332dc35023bf59e960d9da709b2a519fd1c2
1616

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

0 commit comments

Comments
 (0)