From 885d818f65cf064662b5c92d27dcdf6fd6d59e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Mennetrier?= Date: Fri, 3 Feb 2023 16:46:50 +0100 Subject: [PATCH] Update auth-basic module version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ed71489..34c3d7a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ php_dependencies="php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-curl php${ # dependencies used by the app (must be on a single line) pkg_dependencies="$php_dependencies" -HUMHUB_AUTH_BASIC_VERSION=0.1.0 +HUMHUB_AUTH_BASIC_VERSION=0.1.2 HUMHUB_AUTH_BASIC_PATH="/protected/modules/auth-basic" #=================================================