From c804498cdf93fb93d1f234ce6f0b0ef6d9b10a74 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 14 Jul 2025 15:51:42 +0200 Subject: [PATCH] net/relayd: bump revision --- net/relayd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/relayd/Makefile b/net/relayd/Makefile index 9abfcd222..7900b4f55 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= relayd PLUGIN_VERSION= 2.9 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_DEPENDS= relayd PLUGIN_COMMENT= Relayd Load Balancer PLUGIN_MAINTAINER= frank.brendel@eurolog.com