From 8c13f081e57abee8da20b84f189cd733ef68d9e3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 31 Jan 2021 14:50:28 +0100 Subject: [PATCH] www/nginx: bump revision after bugfix --- www/nginx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 9300bbe93..94215b98e 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= nginx PLUGIN_VERSION= 1.20 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com