feature: update luajit to v20240815.

This commit is contained in:
lijunlong 2024-08-15 09:42:32 +08:00 committed by GitHub
parent af1f50b320
commit 2d1e490fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 173 additions and 173 deletions

File diff suppressed because it is too large Load Diff

View File

@ -744,7 +744,7 @@ mv openresty-opm-* opm-$ver || exit 1
#################################
ver=2.1-20240626
ver=2.1-20240815
$root/util/get-tarball "https://github.com/openresty/luajit2/archive/v$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
tar -xzf LuaJIT-$ver.tar.gz || exit 1
mv luajit2-* LuaJIT-$ver || exit 1