From a864af25cf1f6b4f52ff21e3cdbb562310ca6abc Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Tue, 8 Aug 2017 12:41:12 -0700 Subject: [PATCH] upgraded LuaJIT to 2.1-20170808, resty-cli to 0.18, and lua-resty-core to 0.1.12. --- util/mirror-tarballs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index c7eefd7..1467d41 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -558,7 +558,7 @@ mv openresty-redis2-nginx-module-* redis2-nginx-module-$ver || exit 1 ################################# -ver=0.18rc6 +ver=0.18 $root/util/get-tarball "https://github.com/openresty/resty-cli/tarball/v$ver" -O resty-cli-$ver.tar.gz || exit 1 tar -xzf resty-cli-$ver.tar.gz || exit 1 mv openresty-resty-cli-* resty-cli-$ver || exit 1 @@ -599,7 +599,7 @@ mv openresty-opm-* opm-$ver || exit 1 ################################# -ver=2.1-20170517 +ver=2.1-20170808 $root/util/get-tarball "https://github.com/openresty/luajit2/archive/v$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1 tar -xzf LuaJIT-$ver.tar.gz || exit 1 mv luajit2-* LuaJIT-$ver || exit 1 @@ -775,7 +775,7 @@ cd .. ################################# -ver=0.1.12rc8 +ver=0.1.12 $root/util/get-tarball "https://github.com/openresty/lua-resty-core/tarball/v$ver" -O "lua-resty-core-$ver.tar.gz" || exit 1 tar -xzf lua-resty-core-$ver.tar.gz || exit 1 mv openresty-lua-resty-core-* lua-resty-core-$ver || exit 1