python3-dnsrecon: update to 1.3.0.
This commit is contained in:
parent
dc463a6320
commit
53ac249f00
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'python3-dnsrecon'
|
||||
pkgname=python3-dnsrecon
|
||||
version=1.2.0
|
||||
version=1.3.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="-k not(test_zone_transfer)"
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3 python3-netaddr python3-dnspython python3-lxml"
|
||||
checkdepends="${depends} python3-flake8 python3-pyflakes python3-pytest"
|
||||
depends="python3 python3-netaddr python3-dnspython python3-lxml python3-requests python3-loguru"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="DNS enumeration script"
|
||||
maintainer="Jason Elswick <jason@jasondavid.tv>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/darkoperator/dnsrecon"
|
||||
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=76fe1d5f776116060bec93b296874a8f81606de3a58b5f926d8a2fbada74fe8a
|
||||
make_check=no # requires python3-pytest >=8.0.0
|
||||
checksum=a59580f1dfb309965f6e1912b90bbc8c9ea965cc19939535094e80a3072af30c
|
||||
|
|
Loading…
Reference in New Issue