From 5e54fcbf84b42a126d4971879c72a4ccd8b40876 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Thu, 30 Nov 2017 02:57:16 +0100 Subject: [PATCH] stable release (#406) * stable release * stable release, version 1 * net/arp-scan stable release (cherry picked from commit 2a8c02ecfe383ae01cd1b911b637fb03cce84f4c) --- net/arp-scan/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index 4389200c7..cbfad1b89 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= arp-scan -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Get all peers connected to a local network PLUGIN_MAINTAINER= giuseppe.demarco@unical.it PLUGIN_DEPENDS= arp-scan -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"