nmap: update to 7.31
This commit is contained in:
parent
f8d2bafc13
commit
eab8792bdc
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nmap'
|
||||
pkgname=nmap
|
||||
version=7.30
|
||||
revision=3
|
||||
version=7.31
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="lua"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://nmap.org"
|
||||
distfiles="http://nmap.org/dist/nmap-${version}.tar.bz2"
|
||||
checksum=ba38a042ec67e315d903d28a4976b74999da94c646667c0c63f31e587d6d8d0f
|
||||
checksum=cb9f4e03c0771c709cd47dc8fc6ac3421eadbdd313f0aae52276829290583842
|
||||
|
||||
post_install() {
|
||||
# do not use bundled certificates, use only system ones
|
||||
|
@ -24,7 +24,6 @@ post_install() {
|
|||
|
||||
zenmap_package() {
|
||||
noarch=yes
|
||||
replaces="nmapfe>=0"
|
||||
depends="${sourcepkg}-${version}_${revision} pygtk"
|
||||
pycompile_module="radialnet zenmapCore zenmapGUI"
|
||||
short_desc+=" - GUI Frontend"
|
||||
|
|
Loading…
Reference in a new issue