upgraded ngx_lua to v0.2.1rc12; released ngx_openresty 1.0.5.1rc2.

This commit is contained in:
agentzh (章亦春)
2011-08-18 20:48:37 +08:00
parent 83280c1280
commit ba41f86c02
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.2.1rc11
ver=0.2.1rc12
$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