python3-dnsrecon: update to 1.3.1.
This commit is contained in:
parent
095bbdf671
commit
359aa573fe
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-dnsrecon'
|
# Template file for 'python3-dnsrecon'
|
||||||
pkgname=python3-dnsrecon
|
pkgname=python3-dnsrecon
|
||||||
version=1.3.0
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_check_args="-k not(test_zone_transfer)"
|
make_check_args="-k not(test_zone_transfer)"
|
||||||
|
@ -8,8 +8,8 @@ hostmakedepends="python3-wheel"
|
||||||
depends="python3 python3-netaddr python3-dnspython python3-lxml python3-requests python3-loguru"
|
depends="python3 python3-netaddr python3-dnspython python3-lxml python3-requests python3-loguru"
|
||||||
checkdepends="${depends} python3-pytest"
|
checkdepends="${depends} python3-pytest"
|
||||||
short_desc="DNS enumeration script"
|
short_desc="DNS enumeration script"
|
||||||
maintainer="Jason Elswick <jason@jasondavid.tv>"
|
maintainer="Jason Elswick <jason@jasondavid.us>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/darkoperator/dnsrecon"
|
homepage="https://github.com/darkoperator/dnsrecon"
|
||||||
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=a59580f1dfb309965f6e1912b90bbc8c9ea965cc19939535094e80a3072af30c
|
checksum=41c969d70f389265be8662d307e3145e9a09ab4f75930c721cd32893a63e52d2
|
||||||
|
|
Loading…
Reference in New Issue