upgraded ngx_lua to v0.2.1rc7; released ngx_openresty 1.0.5.0rc5.

This commit is contained in:
agentzh (章亦春) 2011-08-12 16:43:31 +08:00
parent 5d875abbf7
commit 1510009c10
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.2.1rc6
ver=0.2.1rc7
$root/util/get-tarball "http://github.com/chaoslawful/lua-nginx-module/tarball/v$ver" -O lua-nginx-module-$ver.tar.gz || exit 1
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
mv chaoslawful-lua-nginx-module-* ngx_lua-$ver || exit 1