Skip to content

Commit 7a2ece8

Browse files
committed
dnsrecon: update to 1.5.0.
1 parent 64047f1 commit 7a2ece8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

srcpkgs/dnsrecon/template

Lines changed: 5 additions & 5 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
3+
version=1.5.0
44
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-ultrajson python3-slowapi python3-fastapi python3-uvicorn"
9+
checkdepends="${depends} python3-pytest python3-anyio python3-httpx"
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=b84ea5fb5316d3563cc31a627cf4bc8af5df17e75610660d4f8133c23debb1bc
1616

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

0 commit comments

Comments
 (0)