Skip to content

Commit

Permalink
upgraded ngx_lua to 0.6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Sep 29, 2012
1 parent 4304116 commit 8f25d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/mirror-tarballs
Expand Up @@ -171,7 +171,7 @@ mv chaoslawful-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1

#################################

ver=0.6.7
ver=0.6.8
$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
Expand Down
2 changes: 1 addition & 1 deletion util/ver
Expand Up @@ -2,7 +2,7 @@

#main_ver=1.3.6
main_ver=1.2.3
minor_ver=3
minor_ver=5rc1
version=$main_ver.$minor_ver
echo $version

0 comments on commit 8f25d89

Please sign in to comment.