upgraded lua-resty-string to 0.09.

This commit is contained in:
Yichun Zhang (agentzh) 2014-04-06 16:52:11 -07:00
parent fdad0c63ce
commit 7f377fd354
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ mv agentzh-lua-resty-upload-* lua-resty-upload-$ver || exit 1
#################################
ver=0.08
ver=0.09
$root/util/get-tarball "https://github.com/agentzh/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 agentzh-lua-resty-string-* lua-resty-string-$ver || exit 1