upgraded ngx_iconv to 0.12.

This commit is contained in:
Yichun Zhang (agentzh) 2015-10-28 16:30:08 +08:00
parent 622ddd7bb0
commit 033b2d88ff
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ mv calio-form-input-nginx-module-* form-input-nginx-module-$ver || exit 1
#################################
ver=0.11
ver=0.12
$root/util/get-tarball "https://github.com/calio/iconv-nginx-module/tarball/v$ver" -O iconv-nginx-module-$ver.tar.gz || exit 1
tar -xzf iconv-nginx-module-$ver.tar.gz || exit 1
mv calio-iconv-nginx-module-* iconv-nginx-module-$ver || exit 1