mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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'
|
# Template file for 'nmap'
|
||||||
pkgname=nmap
|
pkgname=nmap
|
||||||
version=7.30
|
version=7.31
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="lua"
|
build_options="lua"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://nmap.org"
|
homepage="http://nmap.org"
|
||||||
distfiles="http://nmap.org/dist/nmap-${version}.tar.bz2"
|
distfiles="http://nmap.org/dist/nmap-${version}.tar.bz2"
|
||||||
checksum=ba38a042ec67e315d903d28a4976b74999da94c646667c0c63f31e587d6d8d0f
|
checksum=cb9f4e03c0771c709cd47dc8fc6ac3421eadbdd313f0aae52276829290583842
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# do not use bundled certificates, use only system ones
|
# do not use bundled certificates, use only system ones
|
||||||
|
@ -24,7 +24,6 @@ post_install() {
|
||||||
|
|
||||||
zenmap_package() {
|
zenmap_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
replaces="nmapfe>=0"
|
|
||||||
depends="${sourcepkg}-${version}_${revision} pygtk"
|
depends="${sourcepkg}-${version}_${revision} pygtk"
|
||||||
pycompile_module="radialnet zenmapCore zenmapGUI"
|
pycompile_module="radialnet zenmapCore zenmapGUI"
|
||||||
short_desc+=" - GUI Frontend"
|
short_desc+=" - GUI Frontend"
|
||||||
|
|
Loading…
Add table
Reference in a new issue