upgraded ngx_lua to 0.10.18rc3. (#663)

This commit is contained in:
Johnny Wang 2020-10-12 12:29:42 +08:00 committed by GitHub
parent 3f4dc6dd9e
commit 3d99a48000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ mv openresty-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.10.18rc2
ver=0.10.18rc3
$root/util/get-tarball "https://github.com/openresty/lua-nginx-module/archive/v$ver.tar.gz" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv lua-nginx-module-$ver ngx_lua-$ver || exit 1