upgraded ngx_lua to 0.4.1; also bumped the version number to 1.0.10.48.

This commit is contained in:
agentzh (章亦春)
2012-02-01 11:47:52 +08:00
parent d27c62e35f
commit 91fc8d50ef
3 changed files with 33 additions and 33 deletions

View File

@ -111,7 +111,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
#################################
ver=0.4.1rc4
ver=0.4.1
$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