upgraded lua-resty-upload to 0.07.

This commit is contained in:
agentzh (Yichun Zhang) 2013-02-04 22:20:04 -08:00
parent a553009af0
commit 45c5114e9d
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ mv agentzh-lua-resty-mysql-* lua-resty-mysql-$ver || exit 1
#################################
ver=0.06
ver=0.07
$root/util/get-tarball "http://github.com/agentzh/lua-resty-upload/tarball/v$ver" -O "lua-resty-upload-$ver.tar.gz" || exit 1
tar -xzf lua-resty-upload-$ver.tar.gz || exit 1
mv agentzh-lua-resty-upload-* lua-resty-upload-$ver || exit 1