diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-29 11:57:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-29 11:57:21 +0000 |
commit | 50802f61f9e32bdc53476991160f3b65708a8af7 (patch) | |
tree | 7c5783621af4ec6f6b89b42793383459e1480487 /community/dnsrecon | |
parent | 24bffba3a44c527e9dd0ac78360aa0e23306afe2 (diff) | |
download | aports-50802f61f9e32bdc53476991160f3b65708a8af7.tar.bz2 aports-50802f61f9e32bdc53476991160f3b65708a8af7.tar.xz |
community/dnsrecon: upgrade to 0.9.1
Diffstat (limited to 'community/dnsrecon')
-rw-r--r-- | community/dnsrecon/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/dnsrecon/APKBUILD b/community/dnsrecon/APKBUILD index 5a326bba62..a4fc4f6ed4 100644 --- a/community/dnsrecon/APKBUILD +++ b/community/dnsrecon/APKBUILD @@ -8,6 +8,7 @@ url="https://github.com/darkoperator/dnsrecon" arch="noarch" license="GPL-2.0" depends="python2 py2-dnspython py2-netaddr" +options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/darkoperator/$pkgname/archive/$pkgver.tar.gz" builddir="$srcdir"/$pkgname-$pkgver |