From 3c988330e29f3bed803886f01b4ae7a5f77dcd23 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 16 Nov 2020 21:29:47 +0100 Subject: [PATCH] FRR: change version tag after adding https://github.com/opnsense/plugins/issues/2091 --- net/frr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/frr/Makefile b/net/frr/Makefile index 69b1b0e23..02c92992a 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 1.18 +PLUGIN_VERSION= 1.19 PLUGIN_COMMENT= The FRRouting Protocol Suite PLUGIN_DEPENDS= frr7 ruby PLUGIN_MAINTAINER= franz.fabian.94@gmail.com