From 048603ab7cc4b9770dfcdb3d396a0fc624644904 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 11 Dec 2017 07:36:37 +0100 Subject: [PATCH] net/quagga: bump version for firewall rule addition --- net/quagga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 51e30d961..6fbf1453d 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= quagga -PLUGIN_VERSION= 1.4.2 +PLUGIN_VERSION= 1.4.3 PLUGIN_COMMENT= Quagga Routing Suite PLUGIN_DEPENDS= quagga ruby PLUGIN_MAINTAINER= franz.fabian.94@gmail.com