upgraded LuaJIT to 2.1-20210510.1.

This commit is contained in:
jiahao 2024-07-10 11:12:33 +08:00
parent 04ef2ec590
commit 249633e171
No known key found for this signature in database
GPG Key ID: 5E01169275FFB52B
2 changed files with 173 additions and 173 deletions

File diff suppressed because it is too large Load Diff

View File

@ -693,7 +693,7 @@ mv openresty-opm-* opm-$ver || exit 1
#################################
ver=2.1-20210510
ver=2.1-20210510.1
$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