Skip to content

Commit 5c57aed

Browse files
committed
upgraded ngx_lua to 0.10.6 and lua-resty-core to 0.1.7.
1 parent 4253dd2 commit 5c57aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/mirror-tarballs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ mv openresty-drizzle-nginx-module-* drizzle-nginx-module-$ver || exit 1
403403

404404
#################################
405405

406-
ver=0.10.6rc1
406+
ver=0.10.6
407407
$root/util/get-tarball "https://github.com/openresty/lua-nginx-module/tarball/v$ver" -O lua-nginx-module-$ver.tar.gz || exit 1
408408
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
409409
mv openresty-lua-nginx-module-* ngx_lua-$ver || exit 1
@@ -703,7 +703,7 @@ cd ..
703703

704704
#################################
705705

706-
ver=0.1.7rc1
706+
ver=0.1.7
707707
$root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1
708708
tar -xzf lua-resty-core-$ver.tar.gz || exit 1
709709
mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1

0 commit comments

Comments
 (0)