upgraded lua-resty-string to 0.08.

This commit is contained in:
agentzh (Yichun Zhang) 2012-11-20 11:36:42 -08:00
parent 0ae14ee78a
commit 611b828d12
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ mv agentzh-lua-resty-upload-* lua-resty-upload-$ver || exit 1
#################################
ver=0.07
ver=0.08
$root/util/get-tarball "http://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