upgraded ngx_form_input to 0.10.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-16 13:53:28 -07:00
parent 1b20094c21
commit c9c42f0fee
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ mv openresty-srcache-nginx-module-* srcache-nginx-module-$ver || exit 1
#################################
ver=0.09
ver=0.10
$root/util/get-tarball "https://github.com/calio/form-input-nginx-module/tarball/v$ver" -O form-input-nginx-module-$ver.tar.gz || exit 1
tar -xzf form-input-nginx-module-$ver.tar.gz || exit 1
mv calio-form-input-nginx-module-* form-input-nginx-module-$ver || exit 1