From d260d55b51173b852f848d51c7bf95900489de0d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 14 Sep 2023 09:37:41 +0200 Subject: [PATCH] net/haproxy: bump for update --- net/haproxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index f400b0ba2..49233c6f0 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 4.1 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy26 PLUGIN_MAINTAINER= opnsense@moov.de