upgraded lua-resty-string to 0.12rc1.

This commit is contained in:
Yichun Zhang (agentzh) 2019-06-24 15:10:09 -07:00
parent fdf142aabe
commit e6188369cd
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ cd ..
#################################
ver=0.11
ver=0.12rc1
$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