diff --git a/buildenv b/buildenv index 3019b8e..bbdb075 100644 --- a/buildenv +++ b/buildenv @@ -1,5 +1,5 @@ # bump: lua-version /LUA_VERSION="(.*)"/ https://www.lua.org/ftp/|re:/lua-([\d.]+).tar.gz/$1/|semver:* -LUA_VERSION="5.4.7" +LUA_VERSION="5.4.8" export ZOPEN_BUILD_LINE="STABLE" export ZOPEN_CATEGORIES="language" @@ -27,7 +27,7 @@ zopen_check_results() pfx="$2" chk="$1/$2_check.log" - grep -q "Lua 5.4.7" $chk + grep -q $LUA_VERSION $chk failures=$? echo "actualFailures:$failures" echo "totalTests:1" @@ -43,8 +43,7 @@ zopen_append_to_env() { cat <