upgraded lua-resty-string to 0.11.

This commit is contained in:
Yichun Zhang (agentzh) 2018-04-19 13:59:52 -07:00
parent 2f74b9703a
commit 27d90f13cf
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ cd ..
#################################
ver=0.11rc1
ver=0.11
$root/util/get-tarball "https://github.com/openresty/lua-resty-string/tarball/v$ver" -O "lua-resty-string-$ver.tar.gz" || exit 1
tar -xzf lua-resty-string-$ver.tar.gz || exit 1
mv openresty-lua-resty-string-* lua-resty-string-$ver || exit 1