From 392ba2a0536435fba101bdf68f2ab6280a2aa9d9 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Jul 2024 11:04:20 +0200 Subject: [PATCH] www/nginx: update version --- www/nginx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 14950c49e..0b76a782f 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.32.2 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.33 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com