From b726c7764cc439c42e7a8cf3da8b51e3813ee340 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 27 Mar 2017 23:36:40 +0200 Subject: [PATCH] net/quagga: looked like this should have been 0.0.3 --- net/quagga/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 84feae379..bc6dd8e2b 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,8 +1,8 @@ -PLUGIN_NAME= quagga -PLUGIN_VERSION= 0.0.2 -PLUGIN_COMMENT= Quagga Routing Suite -PLUGIN_DEPENDS= quagga -PLUGIN_MAINTAINER= franz.fabian.94@gmail.com -PLUGIN_DEVEL = yes +PLUGIN_NAME= quagga +PLUGIN_VERSION= 0.0.3 +PLUGIN_COMMENT= Quagga Routing Suite +PLUGIN_DEPENDS= quagga +PLUGIN_MAINTAINER= franz.fabian.94@gmail.com +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"