From 31b92b75f43c212b39fa7bdce2791268fad0ad4b Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 22 Mar 2018 09:54:27 +0100 Subject: [PATCH] www/web-proxy-*: bump version after merges --- www/web-proxy-sso/Makefile | 3 +-- www/web-proxy-useracl/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/www/web-proxy-sso/Makefile b/www/web-proxy-sso/Makefile index a1a344276..afb7d7cef 100644 --- a/www/web-proxy-sso/Makefile +++ b/www/web-proxy-sso/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= web-proxy-sso -PLUGIN_VERSION= 2.1 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 2.2 PLUGIN_COMMENT= Kerberos authentication module PLUGIN_DEPENDS= msktutil cyrus-sasl-gssapi PLUGIN_MAINTAINER= evbevz@gmail.com diff --git a/www/web-proxy-useracl/Makefile b/www/web-proxy-useracl/Makefile index b9cbca316..aa7aeb90b 100644 --- a/www/web-proxy-useracl/Makefile +++ b/www/web-proxy-useracl/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= web-proxy-useracl -PLUGIN_VERSION= 1.0 +PLUGIN_VERSION= 1.1 PLUGIN_COMMENT= Group and user ACL for the web proxy PLUGIN_MAINTAINER= kekek2@ya.ru -PLUGIN_WWW= http://smart-soft.ru +PLUGIN_WWW= https://smart-soft.ru .include "../../Mk/plugins.mk"