diff options
author | Konstantin Demin <rockdrilla@gmail.com> | 2024-01-31 12:24:53 +0300 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2024-02-04 23:05:25 +0000 |
commit | 1ff280529bb44abb333e24c827c7f662c3372143 (patch) | |
tree | 7e425a006199beef457791b34aa1a6879a743db9 /net/nmap | |
parent | b4538c87ab409d41a600412e2ebae978a21f2fca (diff) |
nmap: bump package version
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Diffstat (limited to 'net/nmap')
-rw-r--r-- | net/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index d6a55dad6..501ea0672 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -14,7 +14,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nmap PKG_VERSION:=7.93 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=Nuno Gonçalves <nunojpg@gmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |