From 1b7802f362842c9792d144db55b1ab0ce6eb7e56 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 29 Oct 2021 08:07:17 +0200 Subject: [PATCH] net/haproxy: bump revision after fixes --- net/haproxy/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 96f7ef082..5bbe66377 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= haproxy PLUGIN_VERSION= 3.6 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy22 PLUGIN_MAINTAINER= opnsense@moov.de