upgraded lua-resty-upload to 0.10.

This commit is contained in:
Yichun Zhang (agentzh) 2016-11-04 14:09:52 -07:00
parent d7f84c9079
commit 6c8f4f87ba
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ cd ..
#################################
ver=0.09
ver=0.10
$root/util/get-tarball "https://github.com/openresty/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 openresty-lua-resty-upload-* lua-resty-upload-$ver || exit 1