From c206ed2c00de56cadf9a06b638257d5e120b26c3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 23 Jan 2025 10:09:51 +0100 Subject: [PATCH] www/caddy: revision to force reinstall --- www/caddy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/caddy/Makefile b/www/caddy/Makefile index ebfe26f13..d876e47e5 100644 --- a/www/caddy/Makefile +++ b/www/caddy/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= caddy PLUGIN_VERSION= 1.8.0 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_DEPENDS= caddy-custom PLUGIN_COMMENT= Modern Reverse Proxy with Automatic HTTPS, Dynamic DNS and Layer4 Routing PLUGIN_MAINTAINER= cedrik@pischem.com