From 43f0283052ff44d42f69d22ab80de2856a73e8af Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 9 Sep 2019 17:44:41 +0200 Subject: [PATCH] net/haproxy: bump version --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index a141ed555..7adaa721f 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= haproxy -PLUGIN_VERSION= 2.18 +PLUGIN_VERSION= 2.19 PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer PLUGIN_DEPENDS= haproxy18 PLUGIN_MAINTAINER= opnsense@moov.de