Composer update for Smarty v4.5.2

This commit is contained in:
Clemens Schwaighofer
2024-04-16 18:27:55 +09:00
parent 2d98d26d0b
commit 21ac91d2e6
6 changed files with 26 additions and 23 deletions
+1 -1
View File
@@ -1 +1 @@
4.4.1
4.5.1
+2
View File
@@ -49,6 +49,7 @@ if [ "${go_flag}" != "go" ]; then
fi;
echo "[START]";
# gitea
if [ ! -z "${GITEA_UPLOAD_FILENAME}" ] &&
[ ! -z "${GITEA_URL_DL}" ] && [ ! -z "${GITEA_URL_PUSH}" ] &&
@@ -82,6 +83,7 @@ if [ ! -z "${GITLAB_URL}" ] && [ ! -z "${GITLAB_DEPLOY_TOKEN}" ]; then
else
echo "Missing GITLAB_DEPLOY_TOKEN environment variable";
fi;
echo "";
echo "[DONE]";