upgraded lua-resty-core to 0.1.21.

This commit is contained in:
jiahao 2020-11-03 15:52:59 +08:00 committed by Johnny Wang
parent 934a3102dc
commit d5f130fbff
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ cd ..
#################################
ver=0.1.20
ver=0.1.21
$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