testing/dnsenum: upgrade to 1.3.1

This commit is contained in:
Celeste 2024-01-22 04:24:06 +00:00 committed by Kevin Daudt
parent c6383a5970
commit aec2cdaf5f

View File

@ -1,22 +1,29 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=dnsenum
pkgver=1.2.4.2
pkgrel=1
pkgdesc="A tool to enumerate DNS info about domains"
url="https://github.com/fwaeytens/dnsenum"
pkgver=1.3.1
pkgrel=0
pkgdesc="Tool to enumerate DNS info about domains"
url="https://github.com/SparrowOchon/dnsenum2"
arch="noarch"
license="GPL-2.0-or-later"
depends="
perl-net-dns perl-net-ip perl-net-netmask
perl-string-random perl-xml-writer
"
source="$pkgname-$pkgver.tar.gz::https://github.com/fwaeytens/dnsenum/archive/$pkgver.tar.gz"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/SparrowOchon/dnsenum2/archive/v$pkgver.tar.gz"
builddir="$srcdir/${pkgname}2-$pkgver"
options="!check" # no tests provided
build() {
make
}
package() {
install -Dm755 $pkgname.pl "$pkgdir"/usr/bin/$pkgname
make DESTDIR="$pkgdir" INSTALL_DEPS=0 install
}
sha512sums="
c4ff6c6b6d6be0f60a3c784c259a51d51b6e0b72d1528efb8ed5ad038fd859d5884d13adb272b066f7b381a49b68ec6b507a9a94c2ca5061829051ff3adbc93b dnsenum-1.2.4.2.tar.gz
26cec4056ae787ee297868e58ca384946e1edb80be36b0a92beca846a8abb9be21963295cb2cc3349d9ec765b30b308f3721347d24208481c35dce371c32db97 dnsenum-1.3.1.tar.gz
"