upgraded lua-resty-upload to 0.06.

This commit is contained in:
agentzh (Yichun Zhang) 2012-12-29 22:11:58 -08:00
parent 1da1181ba1
commit 7569b78aeb
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ mv agentzh-lua-resty-mysql-* lua-resty-mysql-$ver || exit 1
#################################
ver=0.05
ver=0.06
$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