upgraded lua-resty-string to 0.14rc1.

This commit is contained in:
jiahao
2021-05-07 19:24:35 +08:00
parent 2be7ad590e
commit b9a6f107e2
2 changed files with 59 additions and 59 deletions

View File

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